Hi all,
Thanks to Fluendo test stream at http://mirror.fluendo.com:8800/,
I have done some quick hacks on my streaming server JRoar
(http://www.jcraft.com/jroar/) and, now it can relay OggTheora streams.
If you are interested in it, you can try
http://jroar.jcraft.com:8800/test.ogg
If you are interested in relaying OggTheora streams by yourself,
try following steps,
1. download http://www.jcraft.com/jroar/jroar-0.0.9-rc1.jar
2 $ java -classpath jroar-0.0.9-rc1.jar \
com.jcraft.jroar.JRoar \
-relay /test.ogg http://jroar.jcraft.com:8800/test.ogg \
-port 8800
If everying works fine, you will be able to share the source stream
(in this case, http://jroar.jcraft.com:8800/test.ogg) with others at
http://your_address:8800/test.ogg
Please note that if you relay the stream from JRoar, your JRoar server
will be listed on the source JRoar's home page(in above example,
http://jroar.jcraft.com:8800/).
Thanks,
--
ymnk