hi
I have written a source plugin that plays youtube videos in mp4 format. the problem i am facing is that playback starts in the beginning fo a few seconds and then hangs. following is the pipeline im using and its output:
./gst-launch utubesrc location='
http://www.youtube.com/get_video?video_id=oHM6HSYYoKk&t=vjVQa1PpcFPIKPyPli_EZJou4CVqjAvS16yr8noO1bg=&fmt=18' ! ffdemux_mov_mp4_m4a_3gp_3g2_mj2 name=f ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=1000000 ! faad ! audioconvert !alsasink latency-time=40000 provide-clock=false f. ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=1000000 ! ffdec_h264 ! queue max-size-buffers=6max-size-bytes=0 ! ffmpegcolorspace ! autovideosink
output:
Setting pipeline to PLAYING ...
New clock: GstSystemClock
WARNING: from element /GstPipeline:pipeline0: Internal GStreamer error: clock problem. Please file a bug at
http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer.
Additional debug info:
gstbin.c(2240): gst_bin_do_latency_func (): /GstPipeline:pipeline0:
Failed to configure latency of 0:00:00.000000000
This pipeline was working fine with ffmpeg version 0.10.7 but currently im using 0.10.2
Reply ASAP !!