netoptimizer / IPTV-Analyzer

Fast MPEG2 Transport Stream Analyzer, based on Netfilter kernel module
www.iptv-analyzer.org
GNU General Public License v3.0
97 stars 55 forks source link

Can this run on a Pi 3? #31

Open sigg3net opened 6 years ago

sigg3net commented 6 years ago

I was just wondering whether I could run this on a Raspberry Pi 3 ?

I am currently testing IPTV stream by streaming an unencrypted UDP MPEG2 TS to vlc (outputting to file /dev/null) which works, but doesn't really give me the data I need. Would a Pi 3 be up for running IPTV-Analyzer?

Cheers!

johnyboi003 commented 6 years ago

also keen on if this should run on rpi3 with raspbian jessie

kernel : 4.4.50-v7+

netoptimizer commented 6 years ago

I've never tried to run this on any Raspberry Pi... the reason is that I know that the Ethernet interface on these devices actually goes through the USB port, and all kinds of latency, scheduling and USB overhead issues can occur due to this.

You can try to use it, but be careful that the drops detected are not caused by the device itself...

oijkn commented 4 years ago

Yes I can confirm that it works on a Raspberry PI 3 but before you can compile the module you must apply this patch : link