hi...
i am working on BeagleBoard-xm rev-b board with Angstrom distribution. i want to gstreamer-ti codec on the dsp with dsplink. Dsp Link examples working fine. but when i run Gstreamer-ti Tivideoenc it was giving the error.
"ERROR: from element /GstPipeline:pipeline0/GstTIVidenc1:tividenc10: failed to create encode thread"
root@beagleboard:~# lsmod
Module Size Used by
uvcvideo 57614 0
snd_usb_audio 93706 0
snd_hwdep 5739 1 snd_usb_audio
snd_usbmidi_lib 17397 1 snd_usb_audio
smsc95xx 11226 0
videodev 84250 1 uvcvideo
snd_rawmidi 20064 1 snd_usbmidi_lib
snd_seq_device 6436 1 snd_rawmidi
sdmak 4082 0
lpm_omap3530 6783 0
dsplinkk 128413 1 lpm_omap3530
twl4030_madc_hwmon 2553 0
cmemk 22080 0
snd_soc_omap3beagle 2163 0
rtc_ds1307 6542 0
rtc_twl 4378 0
snd_soc_twl4030 37335 1
r8712u 155390 0
snd_soc_omap 3321 1
snd_soc_omap_mcbsp 8038 1
snd_soc_core 105616 4 snd_soc_omap3beagle,snd_soc_twl4030,snd_soc_omap,snd_soc_omap_mcbsp
regmap_spi 1207 1 snd_soc_core
snd_pcm 74669 5 snd_usb_audio,snd_soc_twl4030,snd_soc_omap,snd_soc_omap_mcbsp,snd_soc_core
snd_timer 19123 1 snd_pcm
snd 56755 8 snd_usb_audio,snd_hwdep,snd_usbmidi_lib,snd_rawmidi,snd_seq_device,snd_soc_core,snd_pcm,snd_timer
soundcore 6970 1 snd
snd_page_alloc 4923 1 snd_pcm
gpio_keys 6925 0
rfcomm 30843 0
hidp 12704 0
bluetooth 139945 4 rfcomm,hidp
rfkill 16733 1 bluetooth
autofs4 20195 2
root@beagleboard:~# gst-launch v4l2src device=/dev/video0 ! video/x-raw-yuv, width=640, height=480,framerate=\(fraction\)30/1 ! ffmpegcolorspace ! TIVidenc1 codecName=h264enc engineName=codecServer ! rtph264pay pt=96 ! udpsink host=10.32.33.78 port=5000
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstTIVidenc1:tividenc10: failed to create encode thread
Additional debug info:
gsttividenc1.c(1290): gst_tividenc1_init_video (): /GstPipeline:pipeline0/GstTIVidenc1:tividenc10
Execution ended after 1009246826 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...