Problem: ffmpeg with SSL support (for SVTplay)
|
2nd Oct, 2013, 02:54 AM
Post: #1
|
|||
|
|||
ffmpeg with SSL support (for SVTplay)
Hi.
There's a great video addon called SVT play that has stopped working after that the provider started to send encrypted streams. On the XBMC forum (http://forum.xbmc.org/showthread.php?tid=67110&page=29) there is a discussion about using a beta version of ffmpeg with SSL support. Would this beta version be possible to download and install directly on Xbian as well, or does it need to be recompiled to fit this platform? |
|||
2nd Oct, 2013, 05:27 AM
Post: #2
|
|||
|
|||
RE: ffmpeg with SSL support (for SVTplay)
we will try compile nightly
will let you know Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
9th Oct, 2013, 04:41 AM
Post: #3
|
|||
|
|||
RE: ffmpeg with SSL support (for SVTplay) | |||
12th Oct, 2013, 02:37 AM
Post: #4
|
|||
|
|||
RE: ffmpeg with SSL support (for SVTplay)
I was looking into it but not all parts of the patch apply automatically. But it is not on hold, just lower priority. Maybe during weekend.
Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
12th Oct, 2013, 03:08 AM
Post: #5
|
|||
|
|||
RE: ffmpeg with SSL support (for SVTplay)
(12th Oct, 2013 02:37 AM)mk01 Wrote: I was looking into it but not all parts of the patch apply automatically. But it is not on hold, just lower priority. Maybe during weekend. I just tried updating all packages in xbian config and now the svtplay addon seems to be working again. Could it be because of the updates or has the provider just stopped encrypting the streams? |
|||
12th Oct, 2013, 03:25 AM
Post: #6
|
|||
|
|||
RE: ffmpeg with SSL support (for SVTplay)
run
Code: sudo tcpdump port 80 and port 443 and see yourself. start it from terminal window (ssh) and open stream after. (if you don't have tcpdump yet, install with sudo apt-get install tcpdump) Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
12th Oct, 2013, 06:43 AM
Post: #7
|
|||
|
|||
RE: ffmpeg with SSL support (for SVTplay)
mk01 datele='1381512352' Wrote: run I tried that. On port 443 it was silent while there was a lot of traffic on port 80. However, the traffic on port 80 didn't seem to become less when stopping the videostream. A lot of packets on port 80 come from the android tablet on which im running the ssh client terminal. From the manual of tcpdump i understood that it is possibke to filter packets that are from/to a certain process. I will try that. But the fact that i have no traffic on port 443 does it mean for sure that the stream is no longer SSL encrypted? |
|||
12th Oct, 2013, 12:41 PM
Post: #8
|
|||
|
|||
RE: ffmpeg with SSL support (for SVTplay)
(12th Oct, 2013 06:43 AM)pacmyc Wrote: From the manual of tcpdump i understood that it is possibke to filter packets that are from/to a certain process. you can alway play with the filters like tcpdump not dst net 192.168.0.0/16 and dst port 80 but if 443 is with no output, I would assume they switched back to 80. Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here |
|||
« Next Oldest | Next Newest »
|