-
Check if live stream is running when client attempts to play
I thought this would be pretty straightforward but I can't figure out how to determine if a live stream is playing/available when a client connects/plays it.
I've tried using onStreamCreate with isPublishStreamReady but the stream doesn't seem to be available at that point, and onPlay does not occur at all if the stream cannot be found.
-
You can know server-side in IMediaStreamActionNotify2 interface onPublish event:
http://www.wowza.com/forums/content....otify2-example
btw, Wowza 3 adds IMediaStreamActionNotify3 which includes codec info for video and audio:
http://www.wowza.com/forums/content....-of-codec-info
Richard
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules