euske / vgaplayer

Open source player for Adobe Flash Media Server streams (RTMP)
28 stars 10 forks source link

Stream not found #3

Open muralimnmcse opened 6 years ago

muralimnmcse commented 6 years ago

If there is no slash at the end i am getting the following error

resize: 1333,582 FlashVars: url=rtmp://URL/1157_873f5962a09821151712, debug=1 url: rtmp://URL/1157_873f5962a09821151712 fullscreen: false bufferTime: 1 bufferTimeMax: 0 maxPauseBufferTime: 30 backBufferTime: 30 inBufferSeek: false ExternalInterface: allowing: * setPlayState: true Connecting: rtmp://URL onNetStatusEvent: application=null, objectEncoding=3, level=status, code=NetConnection.Connect.Success, description=Connection succeeded. Starting: 1157_873f5962a09821151712 0 onNetStatusEvent: clientid=1, details=1157_873f5962a09821151712, level=error, code=NetStream.Play.StreamNotFound, description=

If there is a slash at the end i am getting the following error

resize: 1333,582 FlashVars: url=rtmp://URL/eb1eebd66ac3768b6a69/, debug=1 url: rtmp://URL/eb1eebd66ac3768b6a69/ fullscreen: false bufferTime: 1 bufferTimeMax: 0 maxPauseBufferTime: 30 backBufferTime: 30 inBufferSeek: false ExternalInterface: allowing: * setPlayState: true Connecting: rtmp://URL/eb1eebd66ac3768b6a69 onNetStatusEvent: application=[ AccessManager.Reject ] : [ authmod=adobe ] : ?reason=needauth&user=PSSSPFLP3&salt=JBGrSXBYacR6PFld0BVh4Q==&challenge=x3DJYHQUsDDrzM9eyyC7Jw==&opaque=k8cx8cOoTvBc1U0ETDeeqg==, objectEncoding=3, level=error, code=NetConnection.Connect.Rejected, description=No scope 'sc/eb1eebd66ac3768b6a69' on this server. onNetStatusEvent: code=NetConnection.Connect.Failed, level=error

oceanlazy commented 5 years ago

Tested now with my rtmp from nginx, works. Your errors StreamNotFound and No scope 'sc/eb1eebd66ac3768b6a69' on this server looks like on your side.