Hi!
I have a simmilar issue: I can’t publish to Youtube.
I setup correctly Youtube account to get the app name, stream, etc.
I have Wowza Stream Engine 4.1.1. Have variuos applications. In a particular application, that I want to send to Youtube, I have two streams:
live_1 (1080p) (I want to send this to Youtube: H264 video, AAC audio)
live_2 (480p)
They come from Flash Media Encoder (this work fine in the test players on Wowza and on VLC) Ej:
rtmp://[host]:1935/[appName]/live_1
rtmp://[host]:1935/[appName]/live_2
I configured the Push Publishing Module ok in the app whith a user whit these privileges.
Then, I edited the /conf/PushPublishMap.txt in Wowza server adding the code:
live_1={profile:"rtmp", streamName:"xxxxxxxx.xxxx-xxxx-xxxx-83uc", host:"a.rtmp.youtube.com", application:"live2"}
live_1={profile:"rtmp", streamName:"xxxxxxxx.xxxx-xxxx-xxxx-83uc", host:"b.rtmp.youtube.com", application:"live2?backup=1"}
Then restart Wowza but nothing happens in Youtube (says streaming is not present or incomming).
Its ok the name of stream “live_1={…” on the syntax?
What Iam doing wrong?
Thanks.
PS: Sorry for my english and/or if Iam broken any rule of the forum. Iam new on this.