0

I want to send a video file on wowza server using RTMP. I am able to send audio file but not able to send video file on wowza server. Can anyone tell me how can i achieve this. Thanks in advance.

Ravinder
  • 539
  • 1
  • 4
  • 4
  • you can create a LIVE stream if your application is written in AdobeAIR, not sure if you can stream and existing video file. Check AdobeAIR documentation – Rodislav Moldovan Sep 25 '14 at 06:38

1 Answers1

2

If you look at the Android Documentation

http://developer.android.com/guide/appendix/media-formats.html

Android Network Multimedia Support

You will see RTSP is supported but not RTMP.

Graham Smith
  • 25,627
  • 10
  • 46
  • 69