• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Development Server Development Issue streaming live tv from M3UTunerHost

     
    • 0 Vote(s) - 0 Average

    Issue streaming live tv from M3UTunerHost

    I have set up a Visual Studio project on a local windows box. It works fine and I think I have FFMPEG installed correct as regualr movies and shows work fine.
    c172r_crusty#9441
    Offline

    Junior Member

    Posts: 2
    Threads: 1
    Joined: 2023 Aug
    Reputation: 0
    #2
    2023-08-12, 11:04 PM
    This is what chatGPT says to check and I think it is onto something for item

    "Examine Transcoding Settings: Sometimes the issue can be with the transcoding of the stream to a temporary file. Check the settings related to transcoding and make sure they are compatible with the IPTV stream you're trying to watch."

    how do I check transcode settings for the IPTV stream?

    ------------------
    from gpt
    ------------------

    The error log you've shared provides good information about the issue, and the System.IO.EndOfStreamException is particularly informative. This error typically occurs when you're trying to read from a stream that has no data or has reached the end of the file before you expected it to. Here's a step-by-step approach you might take to diagnose and potentially resolve the problem:

    Verify the URL: Ensure that the URL you're trying to stream from (https://lb.privatevps.org/play/<NOTREALURL>MAu_pFImttgCagZVRwrcqya-quaFne6) is valid and accessible. Try opening the URL directly in a browser or another player that can handle streaming to see if the content is there. If the URL is a placeholder, ensure that the actual URL is being correctly passed in your code.

    Check Network Permissions: Sometimes, the application might not have the required permissions to access the network or the URL in question. Look into the network permissions and firewall settings to make sure they aren't blocking the stream.

    Review the Code for Opening the Stream: In the class M3UTunerHost, closely look at how the stream is being opened. Ensure that the stream is being properly initialized and that there's no premature closing or reading beyond the end of the stream.

    Examine Transcoding Settings: Sometimes the issue can be with the transcoding of the stream to a temporary file. Check the settings related to transcoding and make sure they are compatible with the IPTV stream you're trying to watch.

    Debug in Real-time: If possible, run the application in debug mode and step through the code line by line in the M3UTunerHost class, particularly where the stream is being opened and copied. This can provide more context to the error and help pinpoint the exact cause.

    Check Dependency Versions: Sometimes, these issues might be related to using an outdated or incompatible version of a library or dependency. Make sure you are using versions that are known to be compatible with each other.

    Consider Community Support: If you continue to experience issues, consider reaching out to Jellyfin's community, such as forums or GitHub issues. The developers or other users who have faced similar issues might be able to provide specific guidance.

    Remember to replace any sensitive information like URLs or access tokens before sharing your code or error logs with others.
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    Issue streaming live tv from M3UTunerHost - by c172r_crusty#9441 - 2023-08-12, 04:12 PM
    RE: Issue streaming live tv from M3UTunerHost - by c172r_crusty#9441 - 2023-08-12, 11:04 PM

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

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode