transcoding from the VLM API in vlc 0.9.0
Posted: 04 Sep 2008 08:14
Hello!!
i'm writting an application that uses vlc transcoding and steaming capabilities throught the VLM API. So i'm using vlm from the source code calling functions like vlm_ExecuteCommand, vlm_delete and so on..
As i was trying to transcode and stream a mpg video comming from the network interface (udp://@1245) i noticed that the transcode part of following "sout" has been ignored by vlc or vlm:
#transcode{vcodec=mp4v, vb=256}:std{access=udp, mux=ts, dst=10.123.33.120}.
This command could stream the video but it hasn't been transcoded. i tested it with the telnet interface from the console and also directly through the vlc command line and it worked fine in both cases.
hier is the complete steps; assuming the stream is comming from port 1245
(using vlc 0.9.0-svn grischenko)
new bob broadcast enable
setup bob input udp://127.0.0.1:1245
setup bob output #transcode{vcodec=mp4v, vb=256}:std{access=udp, mux=ts, dst=10.123.33.120}
control bob play
I will appreciate any suggestion
Thank
i'm writting an application that uses vlc transcoding and steaming capabilities throught the VLM API. So i'm using vlm from the source code calling functions like vlm_ExecuteCommand, vlm_delete and so on..
As i was trying to transcode and stream a mpg video comming from the network interface (udp://@1245) i noticed that the transcode part of following "sout" has been ignored by vlc or vlm:
#transcode{vcodec=mp4v, vb=256}:std{access=udp, mux=ts, dst=10.123.33.120}.
This command could stream the video but it hasn't been transcoded. i tested it with the telnet interface from the console and also directly through the vlc command line and it worked fine in both cases.
hier is the complete steps; assuming the stream is comming from port 1245
(using vlc 0.9.0-svn grischenko)
new bob broadcast enable
setup bob input udp://127.0.0.1:1245
setup bob output #transcode{vcodec=mp4v, vb=256}:std{access=udp, mux=ts, dst=10.123.33.120}
control bob play
I will appreciate any suggestion
Thank