Wowza Community

Could not push live stream from local server to Wowza cloud

Hi,

By following the tutorial http://www.androidhive.info/2014/06/android-streaming-live-camera-video-to-web-page/, I have successfully streaming

video from my smartphone to other devices via the Wowza Engine installed on a local machine. Now I want to test with Wowza Cloud so that

videos can be streamed over Internet. The address of my stream is: rtsp://192.168.1.47:1935/live/android_test.m3u8.

I have finished the setup on the both parts Wowza Engine (local machine) and Wowza Streaming Cloud based on this instruction:

https://www.wowza.com/docs/push-from-wowza-streaming-engine-to-wowza-streaming-cloud-transcoder. (the stream source of mine is Wowza Streaming Engine).

The connectionCode is correctly filled in the following line

live={profile:“wowza-streaming-cloud”, connectionCode:“22f75d”, debugLog: “true”, debugLogChildren:“true”}

of the file PushPublishMap.txt at $WOWZA_HOME/conf/.

When starting the stream on Wowza Streaming Cloud page, I could not see the video but “No Video Detected”

The frame size of recording source and the cloud is set at 1280 x 720. (It works well with my local devices).

I am not sure whether the engine is pushing my stream up to the cloud or not. I watched log files in $WOWZA_HOME/logs but

see nothing relevant to that. I am wondering whether a local Wowza engine can push to the cloud, or any other cause…

Hello,

The pushpublishmap is case sensitive. Also, be sure your incoming stream to your Wowza Streaming Engine name matches the stream name in the path. For example, if using WireCast, the stream name is myStream, then the path would begin with "myStream= ".

Please correct your path to the following and try it again:

live={Profile:“wowza-streaming-cloud”, connectionCode:“22f75d”, debugLog:“true”}

Regards,

Mac

Hello,

At this point your issue would be better suited if a member of the Support Team could work this issue with you via a support request. Please send an email to support@wowza.com and reference this forum post.

Can you please send a copy of the following folders as a .zip (or other archive):

[wowza-install-dir]/conf

[wowza-install-dir]/logs

If you are not sure how to get this information please see this tutorial.

We would like to take closer look at your configuration and log files and get a better understanding of what is happening on your server and why you are noticing this behavior.

Regards,

Mac

hi,

I am looking into this an alternative way to push from wowza engine to wowza cloud would be:

you should first go into your wowza cloud stream setup.

  1. make sure it is set to “other rtmp push”

  2. copy the Source Connection Informations into the PushPublishMap.txt from your wowza server like:

android_test={profile:“rtmp”, streamName:“xxxxx”, host:“xxxxx.entrypoint.cloud.wowza.com”, userName:“xxxxx”, password:“xxxxx”}

  1. make sure your application is set for the push publish module and restart it.

https://www.wowza.com/docs/how-to-push-streams-to-cdns-and-other-services-push-publishing

thanks Philipp

I have not detected the cause. I publish the tream from my android phone to Wowza Stream Engine at URL: rtsp://192.168.1.47:1935/live/android_test

I could watch live streaming from the engine on my local PC at: http://192.168.1.47/wowza_demo/index.htm (the embedded JW player access the stream at rtmp://192.168.1.47:1935/live/android_test

So I guess the stream name is “android_test”?! The push configuration therefore is:

android_test={Profile:“wowza-streaming-cloud”, connectionCode:“22f75d”, debugLog:“true”}

The “No video detected” keep occuring, and the playback is loading for ever.