New to wowza. I am running a live broadcast from wirecast out to wowza. This part works fine. On the output side of things I want to use my Raspberry Pi2 units on 4 different TVs to show the broadcast. The Pi units dont like .m3u8 at all.
My pi (version 1 or 2) will play .stream files, VOD, and local files, but it buffers every few seconds with the .m3u8 output. Is there anyway to change the output on a live stream from wirecast so it will be a .stream??
thanks for any and all help.
PS. The reason I need to use a Raspberry pi is once working it is a set it and forget it system.
From what I can see, omxplayer supports rtmp, which is also supported as an output format by Wowza. If it is enabled in you wowza application configuration (by default it is), you should be able to play rtmp stream without problems. Do you know how to do this?
From what I can see, omxplayer supports rtmp, which is also supported as an output format by Wowza. If it is enabled in you wowza application configuration (by default it is), you should be able to play rtmp stream without problems. Do you know how to do this?
Bear in mind that server that hosts wowza needs to have port 1935 open in firewall (this port is used for rtmp streaming by default) and as I said, rtmp streaming needs to be enabled in wowza, which it is by default (you can check this in Wowza Streaming Engine Manager - http://wowza_ip_or_hostname:8088/enginemanager, then go to Applications, them select your application and check if “Adobe RTMP” is enabled).