Irctv: Difference between revisions

From NURDspace
No edit summary
Line 17: Line 17:
* iptv-server.lan.nurd.space
* iptv-server.lan.nurd.space


* http://10.208.30.111:8080/stream.mpng    high res, uses more bandwidth
* http://iptv-server.lan.nurd.space:8080/stream.mpng    high res, uses more bandwidth


* http://10.208.30.111:8080/stream.mjpeg  same res :-) but with jpeg artifacts and hopefully less bandwidth usage. might also be more compatible with all web-browse devices out there
* http://iptv-server.lan.nurd.space:8080/stream.mjpeg  same res :-) but with jpeg artifacts and hopefully less bandwidth usage. might also be more compatible with all web-browse devices out there


* http://10.208.42.159:8070/stream.mjpeg?inst=terminal-stream if you want to see the images pasted in the irc-channel as an overlay (2 fps)
* http://iptv-server.lan.nurd.space:8070/stream.mjpeg?inst=terminal-stream if you want to see the images pasted in the irc-channel as an overlay (2 fps)
* http://10.208.42.159:8071/stream.mjpeg?inst=terminal-stream if you want to see the images pasted in the irc-channel as an overlay (15 fps)
* http://iptv-server.lan.nurd.space:8071/stream.mjpeg?inst=terminal-stream if you want to see the images pasted in the irc-channel as an overlay (15 fps)




* login with ssh (user nurds and well known password) into 10.208.30.111
* login with ssh (user nurds and well known password) into iptv-server.lan.nurd.space





Revision as of 14:38, 25 February 2024

IRCTV
Irctv.jpg
Participants
Skills
Status Active
Niche Artsy stuff
Purpose Unknown
Tool No
Location Space
Cost
Tool category

IRCTV

Irctv.jpg {{#if:No | [[Tool Owner::{{{ProjectParticipants}}} | }} {{#if:No | [[Tool Cost::{{{Cost}}} | }}

what it is

An IRSSI connected to the #nurds channel on oftc on a big TV that was found in the rain outside at the trash.

urls etc

  • iptv-server.lan.nurd.space


  • login with ssh (user nurds and well known password) into iptv-server.lan.nurd.space


  • you can also stream a video-stream to it via multicast on address 239.168.0.1 port 11000
    • e.g.: gst-launch-1.0 v4l2src ! videoconvert ! video/x-raw, format=YUY2 ! jpegenc ! rtpjpegpay ! udpsink host=239.168.0.1 auto-multicast=true port=11000

how it is configured

display

backend

  • container (10.208.30.111)(iptv-server.lan.nurd.space) on coherence runs the backend - user irctv
    • termcamng listens on telnet and ssh
      • port 2300 for telnet, port 2200 for ssh
      • port 8080 for the png-stream
      • telnet has *no* authentication, ssh authenticates (via pam) against the local user-file
      • ssh/telnet bring you into the irssi session where you can interact with it
  • on egg:
    • there should be a user irc2mqtt in the irc channel
    • that user is irc-to-mqtt.sh and .py on egg, runs in user flok. should be migrated to r3boot's bot.

Irctv.jpg