Question
what file should android devices use to view a live video stream?
What file should android devices use to view a live video stream? myeventname.f4m?
I'm using the following html5 code and it's not working in Android devices.
| <video id="liveWebcast" | ||
| poster="poster.jpg" | ||
| src="http://fms45.net/myliveevent.f4m" | ||
| controls | ||
| autoplay> | ||
| </video> |
Thanks for the help!
Dave
