All Projects → marmelo → streaming-pt

marmelo / streaming-pt

Licence: MIT license
Live TV 📺 and Radio 📻 shell scripts from Portugal 🇵🇹.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to streaming-pt

Iptv
Android project for live streaming IPTV
Stars: ✭ 120 (+130.77%)
Mutual labels:  streaming, tv, live
sofie-core
Sofie: The Modern TV News Studio Automation System (Server Core)
Stars: ✭ 70 (+34.62%)
Mutual labels:  tv, live, television
Pandoraplayer
🅿️ PandoraPlayer is a lightweight music player for iOS, based on AudioKit and completely written in Swift.
Stars: ✭ 1,037 (+1894.23%)
Mutual labels:  radio, streaming
Somafm Cli
🎵 Listen to SomaFM in your terminal via pure bash
Stars: ✭ 84 (+61.54%)
Mutual labels:  radio, streaming
Soundtrack
Self-hosted collaborative music playing application.
Stars: ✭ 114 (+119.23%)
Mutual labels:  radio, streaming
Odio
odio is now Strimio!
Stars: ✭ 262 (+403.85%)
Mutual labels:  radio, tv
Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (+417.31%)
Mutual labels:  radio, streaming
Xmltv
Utilities to obtain, generate, and post-process TV listings data in XMLTV format
Stars: ✭ 109 (+109.62%)
Mutual labels:  radio, tv
Streaming
r/freemediaheckyeah
Stars: ✭ 147 (+182.69%)
Mutual labels:  streaming, tv
blrec
Bilibili Live Streaming Recorder 哔哩哔哩直播录制
Stars: ✭ 124 (+138.46%)
Mutual labels:  streaming, live
obplayer
📻 OBPlayer Streaming Automation Playout with CAP EAS Alerting
Stars: ✭ 93 (+78.85%)
Mutual labels:  tv, live
bigscreen-player
Simplified media playback for bigscreen devices
Stars: ✭ 62 (+19.23%)
Mutual labels:  tv, live
PHP-Broadcast-radio
🌈 Autonomous streaming audio ,serveronline internet radio is free streaming music for your listening pleasure, as well as news and announcements.
Stars: ✭ 38 (-26.92%)
Mutual labels:  radio, streaming
Nginx Rtmp Monitoring
real-time monitoring statistics dashboard for nginx rtmp module
Stars: ✭ 224 (+330.77%)
Mutual labels:  streaming, live
Radiodroid
radio browser app that uses www.radio-browser.info on android
Stars: ✭ 362 (+596.15%)
Mutual labels:  radio, streaming
Hls Vod
HTTP Live Streaming with on-the-fly encoding of any video file for Web/Apple TV/iPhone/iPad/iPod
Stars: ✭ 221 (+325%)
Mutual labels:  streaming, live
Azuracast
A self-hosted web radio management suite, including turnkey installer tools for the full radio software stack and a modern, easy-to-use web app to manage your stations.
Stars: ✭ 1,253 (+2309.62%)
Mutual labels:  radio, streaming
Homehost
self-hosted, Netflix-like app made for streaming
Stars: ✭ 564 (+984.62%)
Mutual labels:  streaming, tv
UitzendingGemist
An *Unofficial* Uitzending Gemist application for Apple TV 4 (**deprecated, use TV Gemist ☝🏻**)
Stars: ✭ 48 (-7.69%)
Mutual labels:  tv, television
homebridge-vieramatic
Homebridge plugin for Panasonic™ Viera™ TVs (includes support for 2018 and later models)
Stars: ✭ 39 (-25%)
Mutual labels:  tv, television

streaming-pt

Live Portuguese TV and radio.

Please check https://antena.pt if you want to enjoy the streams online.

Disclaimer:
All streams are official.

Please add a new issue to report broken links or suggest new streams.

Requirements

If you need assistance please check installing dependencies.

Usage

$ ./tv.sh 
1) RTP 1           7) TVI24              13) SIC Internacional
2) RTP 2           8) RTP Memoria        14) ARTV
3) SIC             9) RTP Madeira        15) Porto Canal
4) TVI            10) RTP Acores         16) Euronews
5) RTP 3          11) RTP Africa         17) Kuriakos TV
6) SIC Noticias   12) RTP Internacional
Which TV channel do you want to watch?
$ ./radio.sh
1) Antena1       6) Kiss FM     11) Orbital     16) RUC
2) Antena2       7) M80         12) Oxigénio    17) Smooth
3) Antena3       8) Mega Hits   13) Radar       18) TSF
4) Cidade FM     9) MEO Music   14) Renascenca  19) Vodafone
5) Comercial    10) Nova Era    15) RFM         20) Zero
Which radio do you want to listen? 

Installing dependencies

# Debian / Ubuntu
$ apt-get install mpv
# Arch Linux
$ pacman -S mpv
# Mac OS X (two alternatives)
$ brew install mpv
$ port install mpv

How to catch RTMP streams

For this you will need iptables and rtmpdump.

# redirect outgoing RTMP traffic to localhost
$ iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT
# start rtmpsrv
$ rtmpsrv

Now open a web page containing media streamed over RTMP.
RTMP requests will be caught by iptables and logged by rtmpsrv.

# remove redirection of outgoing RTMP traffic
$ iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT
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].