Hi,
I was trying to use the Wirecast live encoder to test the quality of video.
I got a problem here.
In client side, I am using NetConnect below to connect to wowza
nc.connect(rtmp://192.168.1.11/H264, true, "room_99999");
I have to pass two parameters (true, "room_99999") to wowza to identify the room.
It works ok in my flex application, the question is how can I specify these two parameters in Wirecase URL so that I can test? What would be the URL like?
I have tried like this: rtmp://192.168.1.11/H264?true&room_99999 in Wirecast URL, but it didn't work.


Reply With Quote