iizukanao / node-rtsp-rtmp-server

RTSP/RTMP/HTTP hybrid server
MIT License
1.09k stars 282 forks source link

OBS Studio fails to stream to the server properly, OBS works fine #31

Open gokiburikin opened 8 years ago

gokiburikin commented 8 years ago

this may be a strange issue, but since the team over at OBS are pushing the issue to other projects, maybe you could help me figure out why OBS streams to the server fine and OBS Studio/multiplatform fails.

OBS Studio seems to deliver the first frame of the stream fine, but then flowplayer buffers forever instead of receiving the next frame. here is the thread i put out on the OBS forums: https://obsproject.com/forum/threads/stream-width-correct-in-obs-not-obs-multiplatform.40703/

you seem to know enough about this protocol to be able to offer some insight on this issue, but if this is too irrelevant to the project then feel free to close it.

iizukanao commented 8 years ago

@gokiburikin Hi, I've just tested that, but have no problem watching the stream with this setup: OBS Multiplatform (0.12.4 Mac) -> node-rtsp-rtmp-server (latest master) -> Flowplayer flash (3.2.18) Also, JW Player and Strobe Media Playback play fine as well.

I think the culprit is your configuration of Flowplayer. Can you provide a test page that demonstrates the problem?