Page 1 of 1

Mosaic setup

Posted: 21 Jul 2009 01:31
by martin3361
Hello.

so I followed the mosaic howto but after the last step ... then what?
how do I connect vlc players so that they can receive this?
is it UDP? http?

can someone answer?

also I tried the http GUI, then i can see in the VLM web page that the files are playing, but then again, how do I connect the players to view that?

thanks
-martin

Re: Mosaic setup

Posted: 21 Jul 2009 17:33
by VLC_help
I assume you mean http://wiki.videolan.org/Mosaic
how do I connect the players to view that?
standard{access=udp,mux=ts,url=239.255.12.42,sap,name="mosaic"}
So the default is LAN TS streaming and it should open by udp://239.255.12.42 (or udp://@239.255.12.42:1234 assuming you specify certain port)

Re: Mosaic setup

Posted: 29 Sep 2009 18:15
by Greendq
I tried the same example from wiki and it is not worked for me - even with the latest VLC (1.0.2).
Telnet interface status show the following:
> show media
show
media : ( 4 broadcast - 0 vod )
channel1
type : broadcast
enabled : yes
loop : no
inputs
1 : mms://livewms.europarl.europa.eu/reflector:36131
output : #duplicate{dst=mosaic-bridge{id=1,height=144,width=180},select=video,dst=bridge-out{id=1},select=audio}
options
instances
instance
name : default
state : playing
position : 0.000000
time : 35272852000
length : 0
rate : 1000
title : 0
chapter : 0
can-seek : 0
playlistindex : 1
channel2
type : broadcast
enabled : yes
loop : no
inputs
1 : mms://livewms.europarl.europa.eu/reflector:36380
output : #duplicate{dst=mosaic-bridge{id=2,height=144,width=180},select=video,dst=bridge-out{id=2},select=audio}
options
instances
instance
name : default
state : playing
position : 0.000000
time : 35285350000
length : 0
rate : 1000
title : 0
chapter : 0
can-seek : 0
playlistindex : 1
channel3
type : broadcast
enabled : yes
loop : no
inputs
1 : mms://livewms.europarl.europa.eu/reflector:36380
output : #duplicate{dst=mosaic-bridge{id=3,height=144,width=180},select=video,dst=bridge-out{id=3},select=audio}
options
instances
instance
name : default
state : playing
position : 0.000000
time : 35285351000
length : 0
rate : 1000
title : 0
chapter : 0
can-seek : 0
playlistindex : 1
background
type : broadcast
enabled : yes
loop : no
inputs
1 : fake:
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"}
options
instances


But vlc does not want to play nor udp://239.255.12.42 nor udp://@239.255.12.42:1234 :(

May be the example is outdated alot?