My project get postponed but I already did some research: 1. VLC is based on x264 and it support baseline, main and high profiles and more advanced settings and options including CABAC and B-frames. 2. multiple bitrates for flash is not like WMV where all bitrates are inside on container file. it sh...
Hi, I have ts(mpeg2video/mpga) stream and I am trying to transcode to H.264/AAC in ts container, I am getting variable audio sync problems that I was not able to fix using parameters of VLC. to my basic knowledge there is sync and timestamp information in ts streams with every packet and saving a co...
I have same problem when transcoding and just when I change the samplerate from 48000 to any lower value!. Strangely, when I save the transcoded stream using VLC to a file and inspect it with media info it show the value of video delay, so VLC should be aware of the sync issue and have access to its...
H.264 stream needs to be segmented and some processing that VLC does not provide but you can send your stream to a local Wowza server using VLC on RTP and in your CDN configure your Wowza server instance IP as customer origin. did not test it myself but should work, give it a try.
Hello, I am looking for a good quality PCI card or Device that will allow me to stream simultaneous 100+ channels from DVB-S using VLC. Although not tried it but I know that it is possible to stream multiple simultaneous channels using DVB cards if they are on the same transponder, so you will have...
Any idea why? Is the threads parameter working only with some vcodecs?
It depends on the encoder used; when you use mp4 then most probably x264 will encode the video which support up to 16 cores and threads but the encoder used for flv do not.
Thanks alynx for sharing your experience about VLC. it is a pity that we have x264 which is the best encoder regarding quality per bitrate and speed, see http://compression.ru/video/codec_comparison/h264_2010 but we can not use it reliably for live streaming among the various frontends that use it. ...
Hi, I am searching for an H.264 live encoding solution with following requirement: 1. B-frames and CABAC entropy encoding support; as I know VideoLan is based on open source h264 encoder which support these settings. 2. Support for Flash dynamic streaming(MBR). 3. Reliable and stable for 7/24 live s...