NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Windows v
« Previous 1 … 31 32 33 34 35 … 100 Next »
Internet radio recording streaming issue

 
  • 0 Vote(s) - 0 Average
Internet radio recording streaming issue
tds
Offline

Junior Member

United States
Posts: 5
Threads: 1
Joined: Jan 2023
#1
2023-01-28, 09:48 PM
I have an issue where recorded internet radio files don't play properly when streamed via jellyfin.   This may be more of a jellyfin issue, but thought I would ask here.

I record the audio stream (http://wbur-sc.streamguys.com/wburlive) using NextPVR, which creates a .ts file, which is containerized AAC file). That file plays fine in VLC and NextPVR, but when I add the directory to a library in Jellyfin and try to play on the local computer, a remote computer with Jellyfin client, or Jellyfin client on my Android phone, it starts to play then stutters, then posts "Playback Error. This client isn't compatible with the media and the server isn't sending a compatible media format".

I've tried a few other stations and get the same error.

I record OTA antenna tv video with a tuner using NextPVR, which also creates a .ts file, and they stream fine with jellyfin.  I'm thinking Jellyfin doesn't like the .ts format for some reason. 

Also Jellyfin doesn't recognize the .ts files when I add a library as "Content type"  Music, so I have to add the library as Movies, then they show up in Jellyfin.

Anyone thoughts on what could be wrong?

I'm running Jellyfin and nextpvr on a Windows 10 desktop. Latest version of Jellyfin (10.8.9) and NextPVR (6.1.1.221106)

tds
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#2
2023-01-28, 10:16 PM
When you created the m3u file did you specify radio="true" on the #EXTINF line? When I wrote the Emby plugin Emby ignored the flag I was passing and that would have been ignored in the initial release of Jellyfin too, but thing might be different now.

Certainly if Jellyfin doesn't accept ts a music that is a bug.

Martin
tds
Offline

Junior Member

United States
Posts: 5
Threads: 1
Joined: Jan 2023
#3
2023-01-28, 11:35 PM
(2023-01-28, 10:16 PM)mvallevand Wrote: When you created the m3u file did you specify  radio="true" on the #EXTINF line?  When I wrote the Emby plugin Emby ignored the flag I was passing and that would have been ignored in the initial release of Jellyfin too, but thing might be different now.

Certainly if Jellyfin doesn't accept ts a music that is a bug.

Martin

Martin,  Thanks for the quick reply.  I didn't create the .m3u file.  i grabbed it from and app called StreamWriter,  http://streamwriter.org/en/streamdb/getp...id=1271509, which when I download it looks like this>

#EXTM3U
#EXTINF:-1,WBUR-FM
http://wbur-sc.streamguys.com/wburlive

Should I add a "radio=true" line to this?

I have posted this issue in the Jellyfin reddit page, with no responses yet.   Creating a Github account to post it their support page there.

Again Thanks for your support.  Great app!  Will donate.

tds
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#4
2023-01-28, 11:55 PM
Yes add something like this. I include the channel number so it will be fixed to the frequency, handy if you have lots.

#EXTINF:-1, tvg-chno="90.9" radio="true",WBUR-FM

Martin
tds
Offline

Junior Member

United States
Posts: 5
Threads: 1
Joined: Jan 2023
#5
2023-01-29, 05:36 AM
I tried the below for the .m3u file and still get the same issue. VLC plays the .ts file fine but Jellyfin still studders then give the Playback Error. Sounds like it is something on jellyfin side. Will followup on jellyfin support forums.

#EXTM3U
#EXTINF:-1, tvg-chno="90.9" radio="true",WBUR-FM
http://wbur-sc.streamguys.com/wburlive


I can get jellyfin to stream the station live but not record per, https://jellyfin.org/docs/general/server...net-radio/, importin the below .m3u

#EXTM3U
#EXTINF:0,WBUR-FM-sg-wburlive
http://wbur-sc.streamguys.com/wburlive

Thanks again.

tds

#EXTM3U
#EXTINF:-1, tvg-chno="90.9" radio="true",WBUR-FM
http://wbur-sc.streamguys.com/wburlive
tds
Offline

Junior Member

United States
Posts: 5
Threads: 1
Joined: Jan 2023
#6
2023-01-29, 05:41 AM
Can NextPVR output internet radio recordings as .mp3?

tds
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#7
2023-01-29, 03:04 PM
TL;DR version get Jellyfin to fix their app

Otherwise ignoring the jellyfin issues which we can't fix, there a few things to consider.

The mp3 codec can be delivered raw or in a container. Sub, for reasons I disagree with, doesn't support mp3 codecs in IPTV so you would need to do this using an Extra.

Your stream URL is aac not mp3 but this is here is how an extra for their mp3 stream would look

Code:
<extras>
  <channel name="WBUR" number="90.9" service_type="2">
    <command>curl</command>
    <args>-s https://icecast-stream.wbur.org/wbur_tunein</args>
  </channel>
</extras>

Recordings created this way would be mp3 but they still would have a ts extension. If Jelllyfin does proper probing it would not use just the file extension as a hint and be able to play it as raw mp3.

Video and audio recordings can be in any format you choose using post-processing.

If you use the higher quality (but still low mono bit rate) aac stream you would need to transcode it either in the Extra or in post processing. If you deliver the mp3 output from the extra you could just rename it from ts to mp3 and update the database with NScripthelper.



Martin
tds
Offline

Junior Member

United States
Posts: 5
Threads: 1
Joined: Jan 2023
#8
2023-01-29, 06:28 PM
Thanks. I posted issue on Jellyfin Github.

tds
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Failed: Recording interrupted jzk 3 274 2025-04-18, 09:06 PM
Last Post: mvallevand
  Streaming 4K Marvi 1 194 2025-04-14, 03:21 PM
Last Post: mvallevand
  Unable to delete recording. File may be in use. seattlefog 24 649 2025-04-13, 01:08 AM
Last Post: sub
  playback issue artmetz 4 306 2025-03-28, 07:47 PM
Last Post: artmetz
  What's the link between Preferred Streaming Profile and config.xml Transcode Profile? aderlopas 5 2,048 2025-03-10, 07:52 AM
Last Post: mmortal03
  Directory not deleted after recording deleted Bobins 13 685 2025-03-08, 05:30 PM
Last Post: sub
  Synchronization of video and audio still an issue Ricknextpvr 21 911 2025-03-08, 04:36 PM
Last Post: mvallevand
  Recording IPTV lemmy999 8 486 2025-03-02, 06:13 PM
Last Post: lemmy999
  Temporarily Suspend Recording andrewj 1 164 2025-02-25, 12:44 PM
Last Post: mvallevand
  Series recording doesn't have cancel series markn62 9 2,198 2025-02-22, 09:24 PM
Last Post: jcole998

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode