Giter Site home page Giter Site logo

Comments (10)

n0012 avatar n0012 commented on August 9, 2024

From the terminal within the docker container, I can ping the hdhomerun_host.

from wallop.

n0012 avatar n0012 commented on August 9, 2024

Any thoughts? Maddox, you think this issue resides on the Docker side or wallop?

from wallop.

n0012 avatar n0012 commented on August 9, 2024

Side note - I've tried using HDHRViewerV2, without a lot of luck on the transcoding side. Would be great if wallop could integrate with PLEX as a Channel like HDHRViewer does, and actually render well over mobile connections. http://hdhrviewer.zynine.net/hdhrviewerv2-initial-setup/

from wallop.

maddox avatar maddox commented on August 9, 2024

This is where it's erring: https://github.com/maddox/wallop/blob/master/lib/wallop.rb#L128

Do you have a section in your config defining channel logos? It should look like this:

[channel_logos]
506 = "cbs.png"
508 = "abc.png"
511 = "fox.png"
512 = "nbc.png"

from wallop.

maddox avatar maddox commented on August 9, 2024

Side note - I've tried using HDHRViewerV2, without a lot of luck on the transcoding side. Would be great if wallop could integrate with PLEX as a Channel like HDHRViewer does, and actually render well over mobile connections.

Why not just use that plugin instead of Wallop?

from wallop.

n0012 avatar n0012 commented on August 9, 2024

Why not just use that plugin instead of Wallop?

I haven't found it to work that well. Lots of buffering etc. Hoping wallop will work better.

from wallop.

maddox avatar maddox commented on August 9, 2024

Well, the whole point of using Plex channels is to pipe it through their transcoder. So I suspect it'd have the same results. You wouldn't actually use Wallop, you'd just use Plex's internal transcoder.

from wallop.

n0012 avatar n0012 commented on August 9, 2024

Well, the whole point of using Plex channels is to pipe it through their transcoder. So I suspect it'd have the same results. You wouldn't actually use Wallop, you'd just use Plex's internal transcoder.

Gotcha. I'll let you know my feedback after I can compare experiences between the Plex Channel and Wallop.

from wallop.

n0012 avatar n0012 commented on August 9, 2024

Got it resolved. My working config for a docker container running on OSX is as follows. So far working much better than HDHRViewerV2 - the ffmpeg transcoder must handle real time mpg2 to mpg4 better than Plex's built in transcoder....

I also like the options you offer up in the settings menu to throttle the stream quality when needed.

hdhomerun_host = "10.0.0.50"
hdhr_transcode = false
ffmpeg_path = "/ffmpeg/bin/ffmpeg"
transcoding_path = "/tmp"
port = "8888"
hd_start = 1

[ffmpeg]
threads = 4
acodec = "libfdk_aac"
framerate = "29.97"
h264_preset = "superfast"
hls_time = 2
hls_wrap = 40
options = "-loglevel warning -async 1 -tune zerolatency -flags -global_header -fflags +genpts -map 0:0 -map 0:1"

[channel_logos]
506 = "cbs.png"
508 = "abc.png"
511 = "fox.png"
512 = "nbc.png"

from wallop.

maddox avatar maddox commented on August 9, 2024

Great!

from wallop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.