Guest User

Untitled

a guest
Jul 27th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. gst-launch-0.10 filesrc location=file:~/examples/fullstream.mp4 ! tsparse ! tsdemux ! queue ! ffdec_h264 max-threads=0 ! ffmpegcolorspace ! autovideosink name=video
  2.  
  3. gst-launch-0.10 filesrc location=http://192.168.40.228:8080/fullstream.mp4 ! mpegtsdemux ! queue ! ffdec_h264 max-threads=1 ! ffmpegcolorspace ! autovideosink name=video
  4.  
  5. Setting pipeline to PAUSED ...
  6. ERROR: Pipeline doesn't want to pause.
  7. ERROR: from element /GstPipeline:pipeline0/GstFileSrc:filesrc0: Resource not found.
  8. Additional debug info:
  9. gstfilesrc.c(1042): gst_file_src_start (): /GstPipeline:pipeline0/GstFileSrc:filesrc0:
  10. No such file "file:/home/zhaozhenjie/examples/fullstream.mp4"
  11. Setting pipeline to NULL ...
  12. Freeing pipeline ...
Add Comment
Please, Sign In to add comment