Bug Report OBS crashed with custom RTMP

zerocul

Member
After changing principles of forming FMS URL we get unable to stream to some custom stream services (Cybergame.tv in my case). I have no idea what format of url using now, I tried any variation which I can imagine :) Anytime I got message about invalid play path/stream key.
Also, I caught the bug when I try find correct fms. For reproduce this crash you need enter rtmp://mskorigin.cybergame.tv/ in FMS URL and something like this - "live?adfhaspdfbasduifbasduifbasduipfbsa12324124128/nickname" in Play Path/Stream Key, Apply and try to start stream :)
Crash Log:
Code:
OBS has encountered an unhandled exception and has terminated. If you are able to
reproduce this crash, please submit this crash report on the forums at
http://www.obsproject.com/ - include the contents of this crash log and the
minidump .dmp file (if available) as well as your regular OBS log files and
a description of what you were doing at the time of the crash.

This crash appears to have occured in the 'c:\program files (x86)\obs\64bit\obs.exe' module.

**** UNHANDLED EXCEPTION: c0000005
Fault address: 000000013F708A35 (c:\program files (x86)\obs\64bit\obs.exe)
OBS version: Open Broadcaster Software v0.446a
Windows version: 6.1 (Build 7601) Service Pack 1

Crashing thread stack trace:
Stack            EIP              Arg0             Arg1             Arg2             Arg3             Address
00000000002FDCF8 000000003F708A35 0000000000000000 00000000003005D0 0000000000000000 0000000000000001 <unknown>!0x3f708a35

A minidump was saved to C:\Users\Zerocul\AppData\Roaming\OBS\crashDumps\OBSCrashDump2012-11-23_1.dmp.
Please include this file when posting a crash report.

List of loaded modules:
Base Address                      Module
Minidump: http://puu.sh/1tjqs
 

zerocul

Member
Tried. Even after manually delete all about fms url and play path from config and refill from new interface I still have crash and no idea about correct fms url.
EDIT: slash at end of server is significant
 

R1CH

Forum Admin
Developer
moskow.cybergame.tv doesn't seem to resolve for me, maybe that's part of the problem?
 

R1CH

Forum Admin
Developer
Thanks, was able to reproduce it with a valid hostname. Will be fixed in the next version.

With the new format, you should be using a full URL including the play path for the FMS URL, eg rtmp: //mskorigin.cybergame.tv/live?adfhaspdfbasduifbasduifbasduipfbsa12324124128/nickname

The play path / stream key is just the private stream key.
 

zerocul

Member
Thank you! It's very popular stream service in Russia so fixing this is very important :) I suggested to add basic servers of cybergame to global config like twitch or own3d.
With the new format, you should be using a full URL including the play path for the FMS URL, eg rtmp: //mskorigin.cybergame.tv/live?adfhaspdfbasduifbasduifbasduipfbsa12324124128/nickname

The play path / stream key is just the private stream key.
Hmm. I tried this combination, but I have error about "Invalid stream channel or playpath"
 

R1CH

Forum Admin
Developer
If you want to PM me your full info I can try testing it here, but "Invalid stream channel or playpath" is a server error (eg the RTMP server is rejecting your key or similar).
 

zerocul

Member
Found it. I absolutely forgot about fms url and key format from Adobe FMLE (god bless you, Adobe :D)
Correct format is FMS URL - "rtmp://mskorigin.cybergame.tv/live?blablablablba" and Play Path/Stream Key - "nickname".
 
Top