file streaming into udpsink

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

file streaming into udpsink

budakf
Hi

Sender:
*gst-launch-0.10 -v filesrc location=video.mp4 ! decodebin  ! udpsink
port=5000*

Reciever:
*gst-launch-0.10 udpsrc port=5000  ! autovideosink*
or
*gst-launch-0.10 udpsrc port=5000  ! xvimagesink*

I dont get any errors but I dont see any window to watch video. Why?

Meantime gstreamer 0.10 is not maintained and has security weakness, I am
compelled :)

Thanks in advance
Fatih



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: file streaming into udpsink

Vinod Kesti
Receiver do not know the media type you are streaming.
use videoparse after udpsrc to aggregate the packet and display the video



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: file streaming into udpsink

parithi
In reply to this post by budakf
Are you trying to send raw video through UDP sink? What is the resolution of
your input? If your raw frame size is greater than 65507 bytes(Maximum UDP
payload size), sender pipeline will not work properly.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel