Page 1 of 1

Dudes with Mosaic

Posted: 30 Jan 2008 15:42
by TheWindWaker
Hello to everybody!!
I don't know how to use mosaic, how can I get a video streamer?Mosaic can play video from a file?How?
Thanks!!

Re: Dudes with Mosaic

Posted: 30 Jan 2008 18:30
by Jean-Baptiste Kempf
Did you read the wiki?

Re: Dudes with Mosaic

Posted: 05 Feb 2008 13:44
by sozz
hi j-b,

I have read the wiki and when I'm trying to do

Code: Select all

./vlc --fake-file background.png --fake-aspect-ratio "4:3" fake:
It said

Code: Select all

juanjo@juanjo-desktop:~/Desktop$ vlc --fake-foto.JPG --fake-aspect-ratio "4:3" fake: VLC media player 0.8.6c Janus vlc: unknown option or missing mandatory argument `--fake-foto.JPG' Try `vlc --help' for more information.
As you can see I'm using the 0.8.6.c version

any sugestion?

thanks by the way

Re: Dudes with Mosaic

Posted: 07 Feb 2008 19:42
by TheWindWaker
Hello!!
I have read the wikis and i have started doing some probes, but it doesn't work. I want to watch three films that are on a web page, and I make like this:

VLM file

Code: Select all

new channel1 broadcast enabled setup channel1 input http://video.stage6.com/2048387/.divx setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=144,width=180},select=video,dst=bridge-out{id=1},select=audio} new channel2 broadcast enabled setup channel2 input http://video.stage6.com/2048834/.divx setup channel2 output #duplicate{dst=mosaic-bridge{id=2,height=144,width=180},select=video,dst=bridge-out{id=2},select=audio} new channel3 broadcast enabled setup channel3 input http://video.stage6.com/2046214/.divx setup channel3 output #duplicate{dst=mosaic-bridge{id=3,height=144,width=180},select=video,dst=bridge-out{id=3},select=audio} new background broadcast enabled setup background input fake: setup background output #transcode{sfilter=mosaic,vcodec=mp2v,vb=10000,scale=1}:bridge-in {delay=400,id-offset=100}:standard{access=udp,mux=ts,url=239.255.12.42, sap,name="mosaic"} #I don't know why this url is here url=239.255.12.42 control background play control channel1 play control channel2 play control channel3 play
And the comand

Code: Select all

joseba@Joseba-XPS:~$ vlc --color -I telnet --vlm-conf Documentos/Universidad/Tesis/VideoLAN/VLM\ Configuration\ Files/ejemploWeb.vlm --ttl 12 --fake-file /media/sda3/Users/Mitsurugi/Pictures/Musika/102-0266_IMG.JPG --fake-aspect-ratio "4:3" --mosaic-width 360 --mosaic-height 288 --udp-caching 800 --mosaic-keep-picture --mosaic-rows 2 --mosaic-cols 2 --mosaic-position 1 --mosaic-order 1,2,3
And this is teh result

VLC media player 0.8.6c Janus
[00000288] main interface: creating VLM
[00000288] telnet interface: using the VLM interface plugin...
[00000288] telnet interface: telnet interface started on interface 4212

Its waiting and it doesn't do anything. I don't know what is wrong. Any help?
Thanks!!