Search found 29 matches

Go to advanced search

by silvara
20 Jan 2009 14:23
Forum: VLC stream-output (sout)
Topic: h264 stream with VLC api
Replies: 0
Views: 435

h264 stream with VLC api

Hi; I am trying invoke vlc to stream h264 codec movie to destination ip and port.. But unfortunately when ever the vlc is starting to stream it crashes . It says Windows has triggered a breakpoint in sample.exe This may be due to a corruption of the heap, which indicates a bug in sample.exe or any o...
by silvara
19 Jan 2009 14:42
Forum: VLC stream-output (sout)
Topic: streaming H.264/G.711/RTP to a video phone
Replies: 5
Views: 1760

Re: streaming H.264/G.711/RTP to a video phone

i have similar problems.. did you able to succed it ?
by silvara
23 Dec 2008 13:54
Forum: VLC stream-output (sout)
Topic: streaming h264 problem with libvlc.dll in VC++
Replies: 1
Views: 1069

Re: streaming h264 problem with libvlc.dll in VC++

Some how it worked :S... Here it is as below for whom struggling for the same problem... char ** commands = new char*[6]; commands[0] = "vc.exe"; commands[1] = "dshow://"; commands[2] = ":dshow-vdev=Philips SPC 900NC PC Camera"; commands[3] = ":dshow-adev="; c...
by silvara
03 Nov 2008 19:01
Forum: General VLC media player Troubleshooting
Topic: how do i get the port for vlc
Replies: 13
Views: 3540

Re: how do i get the port for vlc

thank you for the info. I thought if i know the port.. i can start new vlc with sdp file and start to decode the incomming stream with new vlc instance.
by silvara
03 Nov 2008 18:22
Forum: General VLC media player Troubleshooting
Topic: how do i get the port for vlc
Replies: 13
Views: 3540

Re: how do i get the port for vlc

sorry i guess i couldnt explain my problem in a right way . When i started to rtp stream from vlc to client it starts the stream from random port to --sout-rtp-port-video value which i gave with command line.. When Client receives that stream it starts video stream to vlc s random port .. And I want...
by silvara
03 Nov 2008 13:02
Forum: VLC media player for Windows Troubleshooting
Topic: receive a stream with rtp
Replies: 14
Views: 2281

Re: receive a stream with rtp

could you write the error logs of vlc and the command you are using.
by silvara
03 Nov 2008 09:14
Forum: General VLC media player Troubleshooting
Topic: how do i get the port for vlc
Replies: 13
Views: 3540

Re: how do i get the port for vlc

AFAIK i need to listen the port where the video packets are comming with sdp file ?.. am i wrong? This sdp file also contains the information like codec ..


even with vlc rtp://ipadress:portnumber i need that port number.. please correct me if i am wrong

Thank you
by silvara
31 Oct 2008 14:01
Forum: General VLC media player Troubleshooting
Topic: how do i get the port for vlc
Replies: 13
Views: 3540

Re: how do i get the port for vlc

any comment ?
is there a way to display the incomming frames without knowing that random port ?
by silvara
30 Oct 2008 19:57
Forum: General VLC media player Troubleshooting
Topic: how do i get the port for vlc
Replies: 13
Views: 3540

Re: how do i get the port for vlc

okay .. i can change my question with explaining what i am trying to do.. I need to stream my webcam and display the remote computers webcam at the same time.. When vlc starts to stream , the incomming video from remote computer comes the same port.. I think I need this remote port to modify the sdp...
by silvara
30 Oct 2008 19:43
Forum: General VLC media player Troubleshooting
Topic: how do i get the port for vlc
Replies: 13
Views: 3540

Re: how do i get the port for vlc

thank you for the info... Actually i am using libvlc api.. is there API to get that random port ?
by silvara
30 Oct 2008 18:34
Forum: General VLC media player Troubleshooting
Topic: how do i get the port for vlc
Replies: 13
Views: 3540

Re: how do i get the port for vlc

none of them works.. As i can see vlc sets what i configure for ports. but from wireshark capture program i can see the source port is 39902 and destination is 60000 :roll: [00000001] main private debug: looking for memcpy module: 1 candidate [00000001] main private debug: using memcpy module "...
by silvara
30 Oct 2008 18:00
Forum: General VLC media player Troubleshooting
Topic: how do i get the port for vlc
Replies: 13
Views: 3540

how do i get the port for vlc

Hi People; I am wondering about how can i get or set the port for vlc to start streaming.I am using below command for streaming vlc -vvv v4l:// :v4l-vdev="/dev/video0" --sout='#transcode{vcodec=h264,vb=1024,width=320,height=240}:rtp{dst=192.168.0.220,video-port=6000,sdp=file:///home/silvar...
by silvara
27 Oct 2008 15:49
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to change payload
Replies: 0
Views: 209

how to change payload

Hi all;

I transcoded webcam with h264 codec. But payload is always 96. I want it to be 98. Is there any way to do it ?
Thanks in advance
by silvara
27 Oct 2008 09:54
Forum: VLC media player for macOS Troubleshooting
Topic: sout not working + can't find cvlc
Replies: 1
Views: 5025

Re: sout not working + can't find cvlc

when i get the source code and compile it by myself .. i found my vlc,cvlc ,svlc,rvlc,qvlc and nvlc binaries in my build folder.
by silvara
24 Oct 2008 15:18
Forum: VLC media player for Linux and friends Troubleshooting
Topic: h264 problem while streaming
Replies: 1
Views: 453

Re: h264 problem while streaming

for an update if i use below command there is no problem

Code: Select all

./cvlc -vvv v4l:// :v4l-vdev="/dev/video0" --sout='#transcode{vcodec=h264,vb=1024,width=320,height=240}:rtp{dst=192.168.0.220,port=6000,sdp=file:///home/silvara/Desktop/test.sdp}'
by silvara
24 Oct 2008 14:44
Forum: VLC media player for Linux and friends Troubleshooting
Topic: h264 problem while streaming
Replies: 1
Views: 453

h264 problem while streaming

Hi all; I compile vlc with below commands; ../configure --prefix=/usr --enable-snapshot --enable-debug --enable-dbus-control --enable-musicbrainz --enable-shared-libvlc --enable-mozilla --enable-lirc --enable-ffmpeg --with-ffmpeg-mp3lame --with-ffmpeg-faac --enable-x264 --enable-shout --enable-tagli...
by silvara
24 Oct 2008 12:55
Forum: VLM
Topic: Programming with libvlc_vlm
Replies: 11
Views: 6697

Re: Programming with libvlc_vlm

are you aware your configuration has both '--disable-x264' and '--enable-x264' .. last one is disable this might be causing the x264 encoder module to be not loaded.
by silvara
23 Oct 2008 16:20
Forum: General VLC media player Troubleshooting
Topic: about libvlc-control
Replies: 3
Views: 1009

Re: about libvlc-control

add #include "libvlc_structures.h" to your libvlc.h file.
by silvara
21 Oct 2008 20:48
Forum: VLC media player for Linux and friends Troubleshooting
Topic: TS with h264 not working ?
Replies: 1
Views: 540

TS with h264 not working ?

Hi I compiled vlc with -enable-x264 .. everything seems fine but when i tried to stream hd video with h264 it gives below error [00000641] main mux error: no sout mux module matched "ts" [00000639] stream_out_rtp stream out error: cannot create muxer [00000638] stream_out_duplicate stream ...
by silvara
20 Oct 2008 08:29
Forum: VLC media player for Windows Troubleshooting
Topic: Compile VLC 8.6c with Cygwin problem
Replies: 3
Views: 441

Re: Compile VLC 8.6c with Cygwin problem

with higher versions.. i am not able to export dll and use the old api
by silvara
17 Oct 2008 20:38
Forum: VLC media player for Windows Troubleshooting
Topic: Compile VLC 8.6c with Cygwin problem
Replies: 3
Views: 441

Re: Compile VLC 8.6c with Cygwin problem

well after i reinstall i pass the libiconv error.. but now it is complaining about libfaad .. Libfaad library was in the path .. i also copy it to /usr/lib which is the case if compiler doesnt see the extra lib folder..
any ideas?
by silvara
17 Oct 2008 18:36
Forum: VLC media player for Windows Troubleshooting
Topic: Compile VLC 8.6c with Cygwin problem
Replies: 3
Views: 441

Compile VLC 8.6c with Cygwin problem

Hi; I want to use h264 transcoding stream and i need to compile VLC 8.6c with h264 support. I need o use old api with my VC project . My aim is to stream web cam with h264. VLC 8.6c binary doesnt support h264 and it turns h264 streaming into mpeg2 streaming. So i tough it is better me to compile VLC...
by silvara
16 Oct 2008 15:57
Forum: VLC stream-output (sout)
Topic: streaming h264 problem with libvlc.dll in VC++
Replies: 1
Views: 1069

streaming h264 problem with libvlc.dll in VC++

Hi all; I am using libvlc.dll able to trancode webcam. I used below tutorial to be able to do it.. I couldt succed it with 9.4 version but 8.6c.. http://wiki.videolan.org/LibVLC_Visual_C there is a problem with vlc 8.6c libvlc.dll and plugins .. this is the commands buffer part including codec infor...
by silvara
15 Oct 2008 18:16
Forum: VLC media player for Windows Troubleshooting
Topic: Libvlc.dll problem with Visual C++
Replies: 4
Views: 496

Re: Libvlc.dll problem with Visual C++

thanks but i am using dll.. not lib..
i solved my problem .. i was copying the dll s and plugin folder just beside the exe .. i need to copy it at the place where my solution exits.
by silvara
15 Oct 2008 09:46
Forum: VLC media player for Windows Troubleshooting
Topic: Libvlc.dll problem with Visual C++
Replies: 4
Views: 496

Re: Libvlc.dll problem with Visual C++

Thank you for your reply..

But i added ; C:\Program Files\VideoLAN\VLC and C:\Program Files\VideoLAN\VLC\plugins in Additional Libarary Directories .. Also i copied all dlls (libvlc.dll, npvlc.dll , axvlc.dll and all of plugins/* just beside the exe :roll:

Go to advanced search