Hi all,
I’m a newbie into streaming software, and I’m trying to stream an AXIS H264 via HTTP (flash), using a mediaplayer to avoid to have too many clients connected directly to the AXIS IP.
What I first tested is this configuration of conf/rtplive/Application.xml:
sortPackets
True
Boolean
sortBufferSize
500
Integer
and, on the wowza flash player I’m using these links:
Server: rtmp://192.168.0.251/rtplive
Stream: rtsp://192.168.0.104/axis-media/media.amp
192.168.0.104 is the AXIS IP
192.168.0.251 is the WOWZA IP
I did nothing more, and everything works, both video and audio!
Now, I’m trying to insert the flash file into a webpage.
Is it possible to insert the “Server” and “Stream” parameters directly into the webpage?
Or, if it’s not possible, how can I use FLOWPLAYER?
I think wowza should convert rtsp to rtmp, and I should get rtmp from wowza: how can I make such a conversion on wowza?
Thanks!