Search found 4 matches

Go to advanced search

by fredfsh
12 Nov 2012 12:52
Forum: VLM
Topic: Maximum number of videos VLC/VLM may stream in parallel
Replies: 0
Views: 980

Maximum number of videos VLC/VLM may stream in parallel

Hi there, I'm using VLC for video-on-demand (vod) streaming. It seems that the server may host no more than 127 videos in parallel. I've tried different hardware platforms for the server and clients and all of them have a limit of 127. As this is a sensitive number, I just wonder if 127 is some magi...
by fredfsh
12 Nov 2012 12:40
Forum: VLM
Topic: Add timestamp to VLC/VLM log?
Replies: 4
Views: 27497

Re: Add timestamp to VLC/VLM log?

Finally, I use the following command to add timestamp to it myself.

Code: Select all

vlc XXX 2>&1 | tee | ./timestamp.sh
where content of timestamp.sh is

Code: Select all

while read -r line do newline="[t$(date +%s)] $line" echo $newline >> log done
Thread closed.
by fredfsh
03 Nov 2012 09:10
Forum: General VLC media player Troubleshooting
Topic: Add timestamp to VLC/VLM log?
Replies: 0
Views: 1494

Add timestamp to VLC/VLM log?

Hi there, I am using VLC to do vidoe-on-demand (VOD) streaming on both server and client side. The server hosts thousands of videos while many clients request videos simultaneously. To trace user behaivors, I have to record *actual timespan* of a streaming trasaction of each video. The verbose logge...
by fredfsh
03 Nov 2012 09:06
Forum: VLM
Topic: Add timestamp to VLC/VLM log?
Replies: 4
Views: 27497

Add timestamp to VLC/VLM log?

Hi there, I am using VLC to do vidoe-on-demand (VOD) streaming on both server and client side. The server hosts thousands of videos while many clients request videos simultaneously. To trace user behaivors, I have to record *actual timespan* of a streaming trasaction of each video. The verbose logge...

Go to advanced search