[vlc-devel] Re: CVS Commit (fenrir)

Derk-Jan Hartman d.hartman at student.utwente.nl
Tue Apr 15 21:05:41 CEST 2003


On zondag, apr 13, 2003, at 22:00 Europe/Amsterdam, cvs at videolan.org  
wrote:
> Log Message:
>  * all: new sout scheme. Now a chain of module are created that can
> modify/apply on all streams, --sout has the same behavour expect when
> starting with a '#'.
>
>  With a starting '#' you can specify a chain of modules, it's still
> unstable but a lot more powerfull.
>  You have access to duplicate(that duplicate all stream), transcode
> (using only ffmpeg), standard/std and es (that apply muxers and  
> access),
> and display. You could chain them with ':' and specify options with
> {option1=value,option2=value[,...]}.
>
> ex: * to stream and see the stream to udp/ts:ip
>  --sout '#duplicate{dst=display,dst=std{access=udp,mux=ts,url=ip}}'
>     * to transcode,see and stream
>  --sout  
> '#transcode{acodec=mpga}:duplicate{dst=display,dst=std{access=udp,mux=t 
> s,url=ip}}'
>
>  Without a starting '#', the url is converted into  
> '#std{acces=,mux=,url}'
> Test and report bugs :)

main error: no sout stream module matched "std"
main error: stream chained failed for  
`std{mux=ts,access=udp,url="localhost:1234"}'
main error: cannot start stream output instance, aborting

I didn't get around to testing it earlier, but this is what i get on  
macosx. even if i use one of your example streams on my file, same  
message.
Do i need to enable anything ?

please explain.


----
Universiteit Twente
Derk-Jan Hartman (d.hartman at student.utwente.nl)
http://home.student.utwente.nl/d.hartman

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list