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

NESN Stream URL #137

Closed
cbahern opened this issue Jan 2, 2025 · 4 comments
Closed

NESN Stream URL #137

cbahern opened this issue Jan 2, 2025 · 4 comments

Comments

@cbahern
Copy link

cbahern commented Jan 2, 2025

NESN has updated their stream URL for only their main channel. The new URL is https://nesn-hd-dai.nesn.video/v1/master/0de95dd01b045b8004e9e65d789e96c2301d1607/2222-nesnhddai/master.m3u8

NESN+ and NESN 4K still work correctly.

@m0ngr31
Copy link
Owner

m0ngr31 commented Jan 4, 2025

Is there an error when you try to play NESN?

@cbahern
Copy link
Author

cbahern commented Jan 4, 2025

Correct, in my case Jellyfin pitches an error about the stream being null. This is from the error log:

[2025-01-04 18:16:41.411 -05:00] [INF] Opening channel stream from "Emby", external channel Id: "m3u_37a8e05efcfe33fb37ccd27eb38ea4f23f258e0d148e7555ff9fec8b6732ea42"
[2025-01-04 18:16:41.411 -05:00] [INF] Streaming Channel "m3u_37a8e05efcfe33fb37ccd27eb38ea4f23f258e0d148e7555ff9fec8b6732ea42"
[2025-01-04 18:16:41.412 -05:00] [INF] Live stream opened after 0.0008ms
[2025-01-04 18:16:41.413 -05:00] [INF] Returning mediasource streamId "3f258e0d148e7555ff9fec8b6732ea42", mediaSource.Id "3f258e0d148e7555ff9fec8b6732ea42", mediaSource.LiveStreamId null
[2025-01-04 18:16:41.415 -05:00] [INF] Waiting 3000ms before probing the live stream
[2025-01-04 18:16:44.411 -05:00] [INF] Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 3000000 -probesize 1G -user_agent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36" -i "http://192.168.2.20:4343/channels/21.m3u8\" -threads 0 -v warning -print_format json -show_streams -show_format"
[2025-01-04 18:16:45.262 -05:00] [ERR] Error probing live tv stream
MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null.

Logging in via Google and capturing the m3u8 address in developer mode shows the URL in my original post, which is confirmed working (via Plex). Obviously, I had the same issues on Plex with a direct call to the old URL that you have on your ECS instance.

Thanks for taking the time to look at this, I appreciate it.

@m0ngr31
Copy link
Owner

m0ngr31 commented Jan 6, 2025

The problem is that URL is generated, so I'll need to change how the call is made to generate that. I don't have NESN credentials anymore. Would you be comfortable sharing with me so that I can update the code?

@m0ngr31
Copy link
Owner

m0ngr31 commented Jan 7, 2025

Fixed in 4.1.6

@m0ngr31 m0ngr31 closed this as completed Jan 7, 2025
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

2 participants