Hi everyone!
I've encountered several problems with streaming h.264 video over the LAN.
The thing I am trying to accomplish is to encapsulate h.264 video directly into RTP (i.e. without using the TS container).
According to http://www.videolan.org/streaming-features.html it is possible.
I'm using the following commands:
vlc.exe sample_video.mpg --sout "#transcode{vcodec=h264, acodec=mp3}:rtp{mux=ts, dst=192.168.1.100, port=1234}"
vlc.exe sample_video.mpg --sout "#transcode{venc=x264}:rtp{muxt=ts, dst=192.168.1.100, port=1234}"
Both of them work fine until I remove the 'mux' parameter.
An interesting fact is that, according to WireShark software, packets are sent from the source and received at the destination, but the VLC client doesn't playback the video.
Mb somebody experienced the same issue and found a way to solve it?
Looking forward to your response.
Regards,
Sergey