All Projects → sdhzdmzzl → Iptv_channel_scanner_linux

sdhzdmzzl / Iptv_channel_scanner_linux

scan iptv channel in linux

Labels

Projects that are alternatives of or similar to Iptv channel scanner linux

cassandra-nginx-cdn
Some config files and POC code to use Apache Cassandra as distributed storage for HLS chunks accross multiple datacenters and scripts for converting/transcoding UDP MPEG-TS to HLS and vice versa. The idea is take from Globo.com’s Live Video Platform for FIFA World Cup ’14.
Stars: ✭ 24 (-60%)
Mutual labels:  iptv
Legalstream
An m3u8 playlist featuring many LEGALLY FREE IPTV streams. For use with VLC.
Stars: ✭ 299 (+398.33%)
Mutual labels:  iptv
China Telecom Shanghai Iptv List
上海电信IPTV播放地址列表
Stars: ✭ 577 (+861.67%)
Mutual labels:  iptv
iptv-proxy
Simple iptv restreamer
Stars: ✭ 29 (-51.67%)
Mutual labels:  iptv
tssi2
tssi2 is a header-only library for parsing MPEG-2 and DVB Transport Streams in the domain of multimedia processing applications.
Stars: ✭ 18 (-70%)
Mutual labels:  iptv
Fastocloud
Self-hosted IPTV/NVR/CCTV/Video service (Community version)
Stars: ✭ 464 (+673.33%)
Mutual labels:  iptv
piptv
A very simple Python IPTV client
Stars: ✭ 67 (+11.67%)
Mutual labels:  iptv
Iptv
Collection of publicly available IPTV channels from all over the world
Stars: ✭ 45,053 (+74988.33%)
Mutual labels:  iptv
ustvgo to m3u
Grabs m3u links from ustvgo.tv
Stars: ✭ 35 (-41.67%)
Mutual labels:  iptv
Telly
An IPTV proxy
Stars: ✭ 557 (+828.33%)
Mutual labels:  iptv
m3ufilter
ABANDONED - A tool that allows to filter specific items from an m3u filter designed for IPTV.
Stars: ✭ 46 (-23.33%)
Mutual labels:  iptv
TataSky-Playlist-AutoUpdater
Auto-Update your Tata Sky M3U Playlists every day without needing an app, with the same link.
Stars: ✭ 45 (-25%)
Mutual labels:  iptv
Iptv
一键安装管理 FFmpeg / nginx / openresty / xray / v2ray / armbian / proxmox / cloudflare partner,workers / ibm cloud foundry 脚本
Stars: ✭ 481 (+701.67%)
Mutual labels:  iptv
useetv-playlist
No description or website provided.
Stars: ✭ 41 (-31.67%)
Mutual labels:  iptv
Countries
Free legally receivable IPTV channels as .m3u for Kodi. :-)
Stars: ✭ 657 (+995%)
Mutual labels:  iptv
iptv-m3u-player
项目iptv-m3u-maker衍生项目,利用已分析出的数据进行播放的桌面端app
Stars: ✭ 73 (+21.67%)
Mutual labels:  iptv
Tvlist Awesome M3u M3u8
直播源相关资源汇总 📺 💯 IPTV、M3U —— 勤洗手、戴口罩,祝愿所有人百毒不侵
Stars: ✭ 5,304 (+8740%)
Mutual labels:  iptv
Ios P2p Engine
Let your viewers become your unlimitedly scalable CDN.
Stars: ✭ 31 (-48.33%)
Mutual labels:  iptv
Iptv.bundle
Plex plug-in that plays live streams (like IPTV) from a M3U playlist
Stars: ✭ 739 (+1131.67%)
Mutual labels:  iptv
Ziliudi
IPTV自用直播源
Stars: ✭ 537 (+795%)
Mutual labels:  iptv

iptv_channel_scanner_linux

原理:
构造igmp包,然后使用libpcap抓包,获取组播地址和端口。
to compile it:
g++ -g -o iptvscanner iptvscanner.cpp -lpcap
usage: ./iptvscanner 239.3.1.1 239.3.1.254
todo:
save m3u playlist

if you don't scan any channel,try to increase timeout by changeing usleep(150000) to sleep(1) or sleep(2)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].