Playing udp stream in VLC issue
jles
jlesquer at gmail.com
Thu Jan 30 17:22:53 UTC 2020
Hello,
I'm trying to play in VLC the next gstreamer pipeline form:
appsrc -> omxh264 -> h264parser -> mpegtsmux -> udpsink
In order to play it in VLC I setup the network stream source to:
udp://192.168.1.12@:5000/
The VLC only plays the video following the next sequence:
- Start VLC player and open network connection, (remains on waiting status).
- Start/play the gstreamer pipeline.
But if I try the other way around, i.e. start first the gstreamer pipeline
and after launch VLC, it is not able to display the incoming udp video
stream.
Ideally I need to play/start the gstreamer udp stream and open VLC any time
I need to play/see the video.
Does anyone have any idea/clue why it's behaving like this?
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list