Yes, I actually meant to update here that while looking for a few more hours I saw the rtmpdump.path mention. I didn't see it in this thread or in a readme or anything, but after adding it (/usr/bin/rtmpdump), rtmp feeds successfully started work.... sort of.
I got to this stage a couple hours after my last post, but while the streams were loading and playing, the audio is just a fuzzy/staticy mess. This applies to random rtmp streams, some work fine, all mp4 that I've noticed, at first I thought it was just flv stuff that was fuzzy, but my two examples below turned out to be mp4s. I found another thread that mentioned it was the aac codec, so I tried updating anything related to that, installing alsa libs for fun and then realized I'd upgraded every other app but ffmpeg, so did that and still the same issue, fuzzy/unusable audio.
Also, I did just try your settings for Hulu, I bet that just 0 pre-roll would have done it. Either way, now instead of the 'intro' or first commercial file, it has the appropriate name and starts playing the program 'fine'. Of course with the issue that hulu is rtmp, so I have the same audio and mentioned above.
I know it's unrelated to your app, but any thoughts?
Jumpy is successfully getting an rtmp back from Hulu plugin, passing it to PMSencoder and PMSecoder.log is showing: (these 2 examples have terrible staticy/tinny audio, kind of like when headphone wire is only half in the jack)
- Code: Select all
HULU:
012-06-18 21:57:18 [INFO|ProcessManager|handleDownloadUnix|Request Handler]: downloader command: [/usr/bin/rtmpdump, -o, /tmp/ps3mediaserver/pmsencoder_downloader_out_1340071037671_474, -r, rtmpe://cp39466.edgefcs.net/ondemand?sessionid=sessionId&auth=daEdddObSchdMdDbUdobsaAbrcUbRdPataV-bp39X2-c0-ZqFCvEu1IAv&aifp=sll02152008&slist=hulu12/336/8631336;.international=false&hgt=OZU7Pvs7j27-nhteNno7wil2W5uiQhbw2TH0IZ03CjDHOU-T32MXen7NGTc9y6Q-swYn_nafFTovzx-1DtHiGzUifBhWAZmhrmXzij06zALuuMlq6l_mDSrIspZMaMUZQ-6o9bgS85sL7Eb91bWtNdYv4yWo1ezKUohH9pdbgC09nr_Hix3fLsQWIQO1pHfulnCZjI7xs8cZs0ElI5n8GdPjU8XCsL8jTjXnh6-ZcLY_QvjgkoiuYx07r3dWKHnw&hgt_ver=331370278, -a, ondemand?sessionid=sessionId&auth=daEdddObSchdMdDbUdobsaAbrcUbRdPataV-bp39X2-c0-ZqFCvEu1IAv&aifp=sll02152008&slist=hulu12/336/8631336;.international=false&hgt=OZU7Pvs7j27-nhteNno7wil2W5uiQhbw2TH0IZ03CjDHOU-T32MXen7NGTc9y6Q-swYn_nafFTovzx-1DtHiGzUifBhWAZmhrmXzij06zALuuMlq6l_mDSrIspZMaMUZQ-6o9bgS85sL7Eb91bWtNdYv4yWo1ezKUohH9pdbgC09nr_Hix3fLsQWIQO1pHfulnCZjI7xs8cZs0ElI5n8GdPjU8XCsL8jTjXnh6-ZcLY_QvjgkoiuYx07r3dWKHnw&hgt_ver=331370278, -y, mp4:hulu12/336/8631336/agave8631336_648962_H264_1000.mp4, -W, http://download.hulu.com/huludesktop.swf, -p, http://download.hulu.com/huludesktop.swf, stop, 122166]
2012-06-18 21:57:18 [INFO|ProcessManager|handleTranscode|Request Handler]: transcoder command: [ffmpeg, -v, 0, -y, -threads, 2, -i, /tmp/ps3mediaserver/pmsencoder_downloader_out_1340071037671_474, -threads, 2, -target, ntsc-dvd, /tmp/ps3mediaserver/pmsencoder_transcoder_out_1340071037671_474]
'Free Cable':
2012-06-18 22:08:43 [INFO|ProcessManager|handleDownloadUnix|Request Handler]: downloader command: [/usr/bin/rtmpdump, -o, /tmp/ps3mediaserver/pmsencoder_downloader_out_1340071722958_948, -r, rtmp://72.246.19.94:1935/ondemand?_fcs_vhost=cp37307.edgefcs.net, -y, mp4:nbcu/nbc-hls/7fd551f5039c20851294aa4229c03e2b_1696.mp4, -W, http://www.nbc.com/assets/video/4-0/swf/core/video_player_extension.swf?4.5.5]
2012-06-18 22:08:43 [INFO|ProcessManager|handleTranscode|Request Handler]: transcoder command: [ffmpeg, -v, 0, -y, -threads, 2, -i, /tmp/ps3mediaserver/pmsencoder_downloader_out_1340071722958_948, -threads, 2, -target, ntsc-dvd, /tmp/ps3mediaserver/pmsencoder_transcoder_out_1340071722958_948]
So all should presumably be fine, it seems like it's not reencoding or anything with the audio, so I'm kind of stumped.
Here is a file, however, that is working fine, it looks the same to me as above:
- Code: Select all
2012-06-18 22:05:47 [INFO|ProcessManager|handleDownloadUnix|Request Handler]: downloader command: [/usr/bin/rtmpdump, -o, /tmp/ps3mediaserver/pmsencoder_downloader_out_1340071547013_847, -r, rtmp://sdwfchwqitj2v.cloudfront.net/cfx/st/, -y, mp4:PBS_COVE_Next_Gen_Master/ARTF102_44khz_new.mp4?player=&mediaID=2221675651]
2012-06-18 22:05:47 [INFO|ProcessManager|handleTranscode|Request Handler]: transcoder command: [ffmpeg, -v, 0, -y, -threads, 2, -i, /tmp/ps3mediaserver/pmsencoder_downloader_out_1340071547013_847, -threads, 2, -target, ntsc-dvd, /tmp/ps3mediaserver/pmsencoder_transcoder_out_1340071547013_847]
So, I'm guessing maybe it's the streams themselves? My next step is to test on xbmc and the web-browser, unfortunately, although I know the video and stream seem to work in xbmc, this is a server without speakers, so I need to find speakers or headphones and a monitor and time to test.
Thanks for your quick response.