Search found 15 matches

Go to advanced search

by sharbatgula
21 Jul 2014 17:57
Forum: VLC stream-output (sout)
Topic: Stream transcoding, closed GOP and HLS
Replies: 2
Views: 2576

Re: Stream transcoding, closed GOP and HLS

OK, I figured out what's actually going on. The reason for non-fixed length of chunks is the fact that on scene cuts, x264 could generate IDR frame before the next expected fixed position of the IDR frames governed by keyint and min-keyint. This resets the keyint and min-keyint counters and now inst...
by sharbatgula
21 Jul 2014 13:43
Forum: VLC stream-output (sout)
Topic: Stream transcoding, closed GOP and HLS
Replies: 2
Views: 2576

Re: Stream transcoding, closed GOP and HLS

Same here, with very similar syntax: :sout=#transcode{vcodec=h264,venc=x264{aud,profile=baseline,keyint=50,vbv-maxrate=700,vbv-bufsize=1000,fps=25},ab=64k,channels=2,samplerate=44100,audio-sync,deinterlace{deinterlace=linear},fps=25,width=640,height=480,acodec=mp4a,aenc=ffmpeg{strict=-2}}:duplicate{...
by sharbatgula
06 Feb 2014 08:39
Forum: General VLC media player Troubleshooting
Topic: Secondary (alternative) source for VLC
Replies: 1
Views: 397

Secondary (alternative) source for VLC

Hi, Is there a way/syntax to set secondary source (usually a static picture) that is used when there is an interruption on the primary source (input)? For instance if there is a problem with the primary udp source (no frames detected for a certain period) the secondary source will kick-in and provid...
by sharbatgula
28 Jan 2014 08:21
Forum: General VLC media player Troubleshooting
Topic: How to omit DTS and PTS in udp module
Replies: 2
Views: 932

Re: How to omit DTS and PTS in udp module

OK, then what could be the problem with the non-monotonous DTS? Too many encodings in parallel? I used to keep the CPU < 80%, Now I'm at 60% and observing.
Could dts-delay=<delay in ms> possibly help me with the out of sync audio when played in WMP?

Thanks
by sharbatgula
26 Jan 2014 15:55
Forum: General VLC media player Troubleshooting
Topic: How to omit DTS and PTS in udp module
Replies: 2
Views: 932

How to omit DTS and PTS in udp module

Hi, I'm transcoding a bunch of RTP streams and outputing transport streams with udp module. Then I'm recording chunks of the output to a disc without altering the payload. Finally, I'm remuxing the chinks to .mp4 with ffmpeg. ffmpeg complains that the streams have non-monotonous DTS, i.e. "... ...
by sharbatgula
03 Jan 2014 18:01
Forum: General VLC media player Troubleshooting
Topic: No timeline (elapsed time and duration) on .TS files
Replies: 3
Views: 998

Re: No timeline (elapsed time and duration) on .TS files

Hi Jean-Baptiste, Thanks for responding. To add to my previous post: - When only remuxing/saving with VLC, the timeline is there. If the elementary streams are touched, the timeline problem appears. It's interesting that ffprobe shows proper duration though. Regarding the fix, is it likely that it w...
by sharbatgula
03 Jan 2014 15:49
Forum: General VLC media player Troubleshooting
Topic: No timeline (elapsed time and duration) on .TS files
Replies: 3
Views: 998

No timeline (elapsed time and duration) on .TS files

Hi, I'm transcoding a DVB-T mpeg TS, to low resolution h264/AAC and muxing to mpeg-2 transport stream. Then I'm recording the output with any of vlc, ffmpeg, multicat without any processing on the content, i.e. the recording is a .ts file. Unfortunately, VLC and Windows media player don't show the t...
by sharbatgula
06 Nov 2013 08:30
Forum: VLC stream-output (sout)
Topic: chaining transcode modules
Replies: 2
Views: 563

Re: chaining transcode modules

Well, my idea behind transcoding twice is that VLC has already used some muscle to transcode the high bitrate input to something more suitable for the highest bitrate output in my HLS setup. Now, just before muxing that, I duplicate, then mux the first branch and in the second branch I feed the seco...
by sharbatgula
06 Nov 2013 08:15
Forum: VLC stream-output (sout)
Topic: HTTP Live Streaming multiple quality output
Replies: 8
Views: 17654

Re: HTTP Live Streaming multiple quality output

Ok, given that a few people are interested in the same, can you help and give us instructions and sample syntax to achieve that? We need time coherent multiple resolution/bitrate streams.

Thank you!
by sharbatgula
05 Nov 2013 08:40
Forum: VLC stream-output (sout)
Topic: Streaming HLS to a web server via HTTP
Replies: 1
Views: 1014

Re: Streaming HLS to a web server via HTTP

Hi, I don't think that's possible at the moment, I've been interested in the similar (VLC transfering the chunks to remote location). Your best bet is to find a way and transfer the files to the server's directory and I recommend sharing the web server's directory and mounting it as a local mount po...
by sharbatgula
02 Nov 2013 10:25
Forum: VLC stream-output (sout)
Topic: HTTP Live Streaming multiple quality output
Replies: 8
Views: 17654

Re: HTTP Live Streaming multiple quality output

Thanks for the info. I still haven't given up on this as I've seen a commercial OTT solution supposedly built around VLC using Erlang language to control all the instances and the bitrate switching is perfect. My last hope is to daisy chain the transcode modules so each subsequent transcode module i...
by sharbatgula
02 Nov 2013 10:18
Forum: VLC stream-output (sout)
Topic: chaining transcode modules
Replies: 2
Views: 563

chaining transcode modules

Hi, I'm trying to build a syntax that will provide coherent multiple bitrate streams so that switching among bitrates will be seamles. I'm afraid that if I separate the streams to sperate vlc instances or separate vlm items, the coherence is not ideal. Also, I want to optimize CPU utilization by cas...
by sharbatgula
28 Oct 2013 13:05
Forum: VLC stream-output (sout)
Topic: HTTP Live Streaming multiple quality output
Replies: 8
Views: 17654

Re: HTTP Live Streaming multiple quality output

Hi, I'm also interested in finding a way to synchronize the various quality chunks. At the moment only a single instance of VLC is software encoding two quality streams but they are not in sync. Mark, with your approach with different vlm instance per stream, how do you ever synchronize the outputs ...
by sharbatgula
11 Sep 2013 15:26
Forum: General VLC media player Troubleshooting
Topic: Transfer of HLS (http live stream) chunks on remote location
Replies: 2
Views: 1107

Transfer of HLS (http live stream) chunks on remote location

Hi, Is it possible VLC to auto-transfer the .ts chunks and .m3u8 files to a remote location instead of local directory? Something in the style of: dst="ftp://user:pass@host/dir/name-##########.ts" In production environment, the streaming server is on a remote machine and using a separate s...

Go to advanced search