Re: [streaming] How to change multicast port
Gujs <[email protected]>
| Newsgroups | gmane.comp.video.videolan.vls.general |
|---|---|
| Message-ID | <1204404748.11284.4.camel@nbgujs> |
On Sat, 2008-03-01 at 20:53 +0100, =?ISO-8859-1?Q?
Javier_G=E1lvez_Guerrero _ wrote:
> Hi,
>
> I would like to know how can I change the port number which VLC uses
> to stream multicast flows (default:1234).
>
> I need to change it for scheduled multicast streams loaded through
> telnet VLM interface:
>
> > new test broadcast enabled
> > setup test input /media/sda2/diptv/server/contents/test.mpg
> > setup test output #standard{mux=ts,access=udp,dst=239.255.1.5}
> > new test_tv schedule enabled
> > setup test_tv date 2008/02/28-14:50:00
> > setup test_tv append control test play
>
> So, I want to setup a different port, not 1234.
>
> How can I do it?
>
>
> Thanks,
> Javi
> _______________________________________________
> streaming mailing list
> To unsubscribe or modify your subscription options:
> http://mailman.videolan.org/listinfo/streaming
Just change this line
setup test output #standard{mux=ts,access=udp,dst=239.255.1.5}
to
setup test output #standard{mux=ts,access=udp,dst=239.255.1.5:12345}
or whatever port you need
setup test output #standard{mux=ts,access=udp,dst=239.255.1.5:port}
Best Regards,
Gregor
_______________________________________________
streaming mailing list
To unsubscribe or modify your subscription options:
http://mailman.videolan.org/listinfo/streaming