Search found 6 matches

Go to advanced search

by nicol@s
16 Nov 2011 07:05
Forum: VLC stream-output (sout)
Topic: Streaming .mkv via RTP - audio, but no video
Replies: 5
Views: 3023

Re: Streaming .mkv via RTP - audio, but no video

I find the solution. Maybe it`s not beautyfull, but it is working solution. 1. Transcode mkv to ts with ffmpeg (use nitstream filter): ffmpeg -y -threads 3 -i /home/vlc/zlo.mkv -ab 128k -b 3500k -r 25 -maxrate 10000k -bufsize 2000k -vcodec copy -vbsf h264_mp4toannexb -s 4cif -acodec copy -strict exp...
by nicol@s
15 Nov 2011 07:04
Forum: VLC stream-output (sout)
Topic: Streaming .mkv via RTP - audio, but no video
Replies: 5
Views: 3023

Re: Streaming .mkv via RTP - audio, but no video

With this command I can transcode any .mkv files to .ts with good results: ffmpeg -y -threads 2 -i /tmp/input.mkv -ab 128k -b 3500k -r 25 -maxrate 8000k -bufsize 3000k -vcodec libx264 -s 4cif -acodec aac -strict experimental -map 0:0 -map 0:1 /tmp/output.ts But when I streaming output.ts with live55...
by nicol@s
10 Nov 2011 12:32
Forum: VLC stream-output (sout)
Topic: Streaming .mkv via RTP - audio, but no video
Replies: 5
Views: 3023

Re: Streaming .mkv via RTP - audio, but no video

It is very strange - the same command but for other films gives the next results:
1. mkv with video codec H.264/AVC and audio codec AC-3 - video, no audio
2. mkv with video codec H264 and audio codec MPEG-4 AAC audio - audio, but no video...
by nicol@s
03 Nov 2011 08:11
Forum: VLC stream-output (sout)
Topic: Streaming .mkv via RTP - audio, but no video
Replies: 5
Views: 3023

Re: Streaming .mkv via RTP - audio, but no video

I decided to separate a goal into to parts - transcoding mkv into ts on the server and streaming ts. The command for transcoding is: cvlc -vvv /home/vlc/formula.mkv --sout '#transcode{vcodec=h264,vb=300,fps=25,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100,width=704,height=576}:std{mux=ts,ac...
by nicol@s
01 Nov 2011 10:07
Forum: VLC stream-output (sout)
Topic: Streaming .mkv via RTP - audio, but no video
Replies: 5
Views: 3023

Streaming .mkv via RTP - audio, but no video

Hello. There is a problem - I have only audio, but no video while streaming .mkv by rtp. There are no any problems with streaming .avi, .mpeg4 and others. But there is a problem with streaming .mkv. I have tried different versions of VLC. Now I`m using VLC version 1.1.0 (because I have tried to stre...
by nicol@s
24 Oct 2011 09:31
Forum: VLC stream-output (sout)
Topic: [solved] Strange Problem Streaming via RTP
Replies: 3
Views: 3194

Re: [solved] Strange Problem Streaming via RTP

Hi, guys! Have you solved this problem?? I have the same problem - audio, but no video while streaming .mkv by rtsp :( I have tried different versions of VLC. There are no any problems with streaming .avi, .mpeg4 and others. But there is a problem with streaming .mkv. Now I have VLC 1.1.0 , because ...

Go to advanced search