Page 1 of 1
Access Output
Posted: 09 Sep 2007 05:47
by kosowar
I'm trying to configure a stream putput without adding each file for stream, but it doesnt work. Here an example for Access Output:
Access outout mode: UDP stream output
IPv4 multicast output: 192.168.1.77
Should the IPv4 be like that or:
192.168.1.77:1237 or
udp://192.168.1.77 or
udp://192.168.1.77:1234
none of that works, what have i missed?
thnx
Re: Access Output
Posted: 09 Sep 2007 14:59
by Rémi Denis-Courmont
First UDP sucks. You should use RTP instead.
Second, 192.168.*.* is in the unicast address range. You need to use a multicast address.
Re: Access Output
Posted: 10 Sep 2007 10:54
by kosowar
Why UDP sucks? What is the difference between UDP and RTP?
I don't need multicast, I need just one PC to an Amino.
So how to make it possible each time I don't have to make any file to ftream but it streams automaticly from playlist?
Thnx
Re: Access Output
Posted: 10 Sep 2007 12:49
by funman
RTP acts at an higher level than UDP, which is just a transport stream.
Re: Access Output
Posted: 11 Sep 2007 12:37
by kosowar
OK I understad thank you
But what about my playlist, how to make it stream, what's wrong with the configuration I wrote before?
Re: Access Output
Posted: 22 Sep 2007 22:16
by Rémi Denis-Courmont
This is all in the Streaming howto from the official website.
Re: Access Output
Posted: 03 Oct 2007 10:45
by kosowar
Why do you make it so complicated. I found the answer in som eother sites in internet, it's very very simple. All I hade to di is click on SETTINGS > PREFERENCES > STREAM OUTPUT, enable ADVANCED OPTIONS and write udp://IP-ADRESS:1234 in "Default stream output chain".