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

Wallop getting 404 - Stuck on "Preparing Stream" #27

Closed
JerseyDevil6 opened this issue Jan 19, 2014 · 5 comments
Closed

Wallop getting 404 - Stuck on "Preparing Stream" #27

JerseyDevil6 opened this issue Jan 19, 2014 · 5 comments

Comments

@JerseyDevil6
Copy link

Not sure what I'm missing, getting the same results on two different MAC installs:

Here is the log entry from the FFMPEG log:

[mpeg2video @ 0x7f951b83fa00] 0x0 is invalid
Last message repeated 4 times
[mpegts @ 0x7f951b806600] max_analyze_duration 2000000 reached at 2002000 microseconds
[mpegts @ 0x7f951b806600] Estimating duration from bitrate, this may be inaccurate
Unknown encoder 'libfdk_aac'

Terminal display:

127.0.0.1 - - [19/Jan/2014 11:35:41] "POST /channels/3.1/tune HTTP/1.1" 200 29 0.0012
127.0.0.1 - - [19/Jan/2014 11:35:41] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0008
127.0.0.1 - - [19/Jan/2014 11:35:41] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:41] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0008
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0011
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0008
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:44] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:44] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:44] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:44] "GET /channels/3.1/status HTTP/1.1" 404 - 0.0006
127.0.0.1 - - [19/Jan/2014 11:35:44] "GET /channels/3.1/status HTTP/1.1" 404 - 0.0016

@maddox
Copy link
Owner

maddox commented Jan 19, 2014

It looks like your ffmpeg build doesn't include the appropriate AAC encoder. Try building from source or what's in the repo to get a good build.

On Jan 19, 2014, at 11:41 AM, JerseyDevil6 notifications@github.com wrote:

Not sure what I'm missing, getting the same results on two different MAC installs:

Here is the log entry from the FFMPEG log:

[mpeg2video @ 0x7f951b83fa00] 0x0 is invalid
Last message repeated 4 times
[mpegts @ 0x7f951b806600] max_analyze_duration 2000000 reached at 2002000 microseconds
[mpegts @ 0x7f951b806600] Estimating duration from bitrate, this may be inaccurate
Unknown encoder 'libfdk_aac'

Terminal display:

127.0.0.1 - - [19/Jan/2014 11:35:41] "POST /channels/3.1/tune HTTP/1.1" 200 29 0.0012
127.0.0.1 - - [19/Jan/2014 11:35:41] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0008
127.0.0.1 - - [19/Jan/2014 11:35:41] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:41] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0008
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:42] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0011
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0008
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:43] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:44] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:44] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:44] "GET /channels/3.1/status HTTP/1.1" 200 88 0.0007
127.0.0.1 - - [19/Jan/2014 11:35:44] "GET /channels/3.1/status HTTP/1.1" 404 - 0.0006
127.0.0.1 - - [19/Jan/2014 11:35:44] "GET /channels/3.1/status HTTP/1.1" 404 - 0.0016


Reply to this email directly or view it on GitHub.

@JerseyDevil6
Copy link
Author

Thanks! I forgot the parameter "--with-fdk-aac" when installing FFMPEG through BREW

@maddox
Copy link
Owner

maddox commented Jan 19, 2014

Great! Working now?

On Jan 19, 2014, at 1:12 PM, JerseyDevil6 notifications@github.com wrote:

Thanks! I forgot the parameter "--with-fdk-aac" when installing FFMPEG through BREW


Reply to this email directly or view it on GitHub.

@JerseyDevil6
Copy link
Author

Yes and loving it! Question, is there a way for Wallop to see more than one HDHOMERUN Prime?

@maddox
Copy link
Owner

maddox commented Jan 19, 2014

Not right now.

Thanks for reporting back.

On Jan 19, 2014, at 1:58 PM, JerseyDevil6 notifications@github.com wrote:

Yes and loving it! Question, is there a way for Wallop to see more than one HDHOMERUN Prime?


Reply to this email directly or view it on GitHub.

@maddox maddox closed this as completed Jan 19, 2014
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