Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Leave session opened on RTMP encode (OBS) stop/restart streaming #624

Open
top4music opened this issue Jan 26, 2024 · 0 comments
Open

Leave session opened on RTMP encode (OBS) stop/restart streaming #624

top4music opened this issue Jan 26, 2024 · 0 comments

Comments

@top4music
Copy link

Hello,

I have to find a solution or a workaround to my scenario.

We use NMS to make sport live streaming, using 4G for trasmission (ISP offer dynamic IP behind D-NAT). All works flowly but if there's a connection drops (change 4G public ip/port), NMS, after his timeout settings behaviour, drops (correctly) the inactive session (I think identified on ip:port).

This would not be the real problem, but we use HLS indexing and on streaming restart also indexing restarts, from 0. On the other side, player, doesen't know this and try to find the-next-one-chunk (p.e. index5879.ts), forever, when the m3u8 has index0.ts, index1.ts, index2.ts.

The momentary workaround was to intercept this from our CDN network and reload webpage. It's works, but with a ugly end user experience.

Based on my past Vimeo experience, I have notice that they leave open session (based on random stream key token) for 5 minutes after you push GoLive button, regardless of whether rtmp encoder (OBS) is broadcasting or not, or even on connection drop and stream restarting.

Obviously I'm not asking for any of this, but I would like to understand if NMS has any tweaks that allow you to keep the session active on the same rtmp key

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant