play .flv stream video from rtmp URL in android

2.7k Views Asked by At

I am working on upstream and downstream. I upstream video on wowza server. Problem that i am getting is video saved on server with .flv extension is not getting played. To play video URL is:

rtmp://WowzaserverIPAddress:1935/live/test.flv

I searched on how to play .flv file in android. But it is not played. Please help me out how to either save video on wowza server with .mp4 or how to play .flv stream video from rtmp url.

I tried to change the above url with following

rtmp://10.8.23.79:1935/live/test.mp4

But it does not create file.

Please help me out. I am not asking for code but please give some ideas to sort it out.

Thanks in advance

Guys help me out please. suggest me something..

1

There are 1 best solutions below

5
On

If the file is on your Wowza server it can be used by following these steps:

  1. Make sure server is set up to play VOD: http://www.wowza.com/forums/content.php?35-How-to-play-a-video-on-demand-file)
  2. Copy the file into the Wowza server's content directory, [install-dir]/content.
  3. It should work then with the url rtmp://wowza-ipadress:1935/vod/flv:test.flv

Good Luck.