maddox / wallop

📺 A transcoding server for your HDHomeRun Prime
167 stars 41 forks source link

no video... http 404 and 420 #32

Closed nycdarren closed 10 years ago

nycdarren commented 10 years ago

Super idea!

I am not getting video in browser, lets me select channels and then alternates between tuning/prepairing messages. Any idea where i should be looking to fix?

Setup works streaming to VLC client

Hardware Model HDHR3-CC Firmware Version 20140121 DTCP-IP DTCP 1.7-SD20130219 WMDRM-NDT WMDRM 10-SD20130219 Memory Report 64 MB SDRAM, 2 MB Flash

Computer: MBP 2013 Browser: safari

== Sinatra/1.4.3 has taken the stage on 8888 for development with backup from Thin

Thin web server (v1.5.1 codename Straight Razor) Maximum connections set to 1024 Listening on 0.0.0.0:8888, CTRL+C to stop 127.0.0.1 - - [28/Feb/2014 07:59:39] "GET / HTTP/1.1" 302 - 0.0019 127.0.0.1 - - [28/Feb/2014 07:59:39] "GET / HTTP/1.1" 302 - 0.0006 127.0.0.1 - - [28/Feb/2014 07:59:39] "GET /channels?type=favorites HTTP/1.1" 200 6071 0.0390 127.0.0.1 - - [28/Feb/2014 07:59:42] "GET /channels/504 HTTP/1.1" 200 4589 0.0031 127.0.0.1 - - [28/Feb/2014 07:59:42] "GET /channels/504/status HTTP/1.1" 404 - 0.0007 127.0.0.1 - - [28/Feb/2014 07:59:42] "GET /channels/504.m3u8 HTTP/1.1" 404 - 0.0006 127.0.0.1 - - [28/Feb/2014 07:59:42] "POST /channels/504/tune?resolution=1280x720&bitrate=8000k HTTP/1.1" 200 29 0.0028 127.0.0.1 - - [28/Feb/2014 07:59:42] "GET /channels/504.m3u8 HTTP/1.1" 420 - 0.0006 127.0.0.1 - - [28/Feb/2014 07:59:42] "GET /channels/504.m3u8 HTTP/1.1" 420 - 0.0005 127.0.0.1 - - [28/Feb/2014 07:59:43] "GET /channels/504/status HTTP/1.1" 200 82 0.0006 127.0.0.1 - - [28/Feb/2014 07:59:44] "GET /channels/504/status HTTP/1.1" 200 82 0.0006 127.0.0.1 - - [28/Feb/2014 07:59:45] "GET /channels/504/status HTTP/1.1" 200 82 0.0006 127.0.0.1 - - [28/Feb/2014 07:59:46] "GET /channels/504/status HTTP/1.1" 404 - 0.0006 127.0.0.1 - - [28/Feb/2014 07:59:46] "POST /channels/504/tune?resolution=1280x720&bitrate=8000k HTTP/1.1" 200 29 0.0009

maddox commented 10 years ago

Check the ffmpeg log at log/ffmpeg.log It might not be working.

nycdarren commented 10 years ago

thanks, that was it