I used transcode option in VLC [on linux shell] to convert an AVI file [H264 video and mp3 audio] into ASF and tried to stream it using the command:
Code: Select all
vlc -vvv filename.avi --sout '#standard{access=rtp,mux=ts,url=192.168.xxx.xxx}'
The client machine doesn't receive any of the videos encoded using H264 format.
I tried the folllowing mux options:
I used the command below at client side:
I know that it is possible to stream H264 encoded videos, but don't know what is going wrong.
Am I using wrong mux option or is the command wrong [though it did work for other video formats].
Hoping for a quick reply.