Blog categories
- Web development (13)
- Python (9)
- Django (8)
- Javascript (4)
- HTML (3)
- jQuery (3)
- MongoDB (3)
- PHP (2)
- MySQL (2)
- Linux (1)
- GridFS (1)
- GD (1)
- VLC (1)
- Mac OS (1)
- IPTV (1)
- Ubuntu (1)
-
Using VLC to record a multicasted transport stream with all elementary streams
Created by dan on Tuesday 27th October, 2009 at 9:28 AM
Well, it all started when I had the need to record a multicast DVB transport stream in to a standard transport stream file (.ts) using VLC on Ubuntu Server. After some looking around, I found a simple command which I thought done the job perfectly: vlc -vvv udp:@239.192.4.2:5004 --sout ...