Multiple Transcoding

Discussion about configuration and usage of VLM (a stream scheduler) within VLC.
msamaan
New Cone
New Cone
Posts: 5
Joined: 01 Aug 2005 18:08

Multiple Transcoding

Postby msamaan » 08 Aug 2005 18:40

is it possible to transcode a single stream from a capture card to two or three different encapsulations with different video bandwidth and audio bandwidth.

The command line doesnt seem to like it when i put multiple transcode() calls in. Thanks in advance.

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 08 Aug 2005 19:15

use duplicate :

Code: Select all

#duplicate{dst=transcode{...},dst=transcode{..},...}
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

msamaan
New Cone
New Cone
Posts: 5
Joined: 01 Aug 2005 18:08

Postby msamaan » 08 Aug 2005 21:01

Ive tried it before and cant seem to get it to work, this is the code that i tried using

Code: Select all

vlc -vvv dshow://:dshow-vdev="SMRT Capture":dshow-adev="SoundMAX Digital Audio" --sout #duplicate{dst=display{noaudio}, dst="transcode{vcodec=WMV2,acodec=mp3,vb=256,ab=64,deinterlace}:standard{access=http,mux=asf,url=192.168.2.174:1234}",dst=standard{access=http,mux=wav,url=192.168.2.174:1235}, dst="transcode{vcodec=WMV2,acodec=mp3,vb=128,ab=32,deinterlace}:standard{access=http,mux=asf,url=192.168.2.174:1236}",dst=standard{access=http,mux=wav,url=192.168.2.174:1237}}
it displays it for local viewing, but none of the http streams are broadcasting, is it something in the code?

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 08 Aug 2005 21:47

lets take it step by step to see what could be wrong:
what if you try with only one http stream ?
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)

Guest

Postby Guest » 08 Aug 2005 22:10

sorry to say that it still give me nothing

dionoea
Cone Master
Cone Master
Posts: 5157
Joined: 03 Dec 2003 23:09
Location: Paris, France

Postby dionoea » 08 Aug 2005 22:16

you're using windows ? try adding '=' just after --sout (--sout=#dup...). Windows needs equal signs for options taking arguments.
Antoine Cellerier
dionoea
(Please do not use private messages for support questions)


Return to “VLM”

Who is online

Users browsing this forum: No registered users and 3 guests