Search found 25 matches

Go to advanced search

by babitha
19 Jan 2011 07:48
Forum: VLC stream-output (sout)
Topic: Cannot Record Audio from Axis Camera 211A
Replies: 0
Views: 382

Cannot Record Audio from Axis Camera 211A

I used following request to record video and audio from Axis Camera 211A using VLC 0.9.9 on Cent OS 5 . It recorded video with audio track but audio is not playing. It showing audio track in it but no sound comes. vlc rtsp://192.168.1.10/mpeg4/media.amp --sout "#transcode{vcodec=mp2v,vb=1024,fp...
by babitha
16 Nov 2010 11:58
Forum: Development around libVLC
Topic: RTSP Usage
Replies: 3
Views: 1041

Re: RTSP Usage

Hi Kamaras,
U can try by specifying the username and password of the camera ,ie rtsp://username:password@IP:554/mpeg4/media.amp.

Regards,
Babitha
by babitha
18 Oct 2010 07:28
Forum: Development around libVLC
Topic: Could not find libvlc
Replies: 1
Views: 1082

Could not find libvlc

Hi friendz, I have installed vlc core in my fedora9 machine.I'm using the version 0.9.6.I need to develop a GUI application in linux.I'm using Qt for this.On searching the forums,i could find that this can be done using libvlc.But I couldn't find libvlc or vlc.h header files after installation of vl...
by babitha
21 Jul 2010 09:00
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Differnce between h264 and avc1
Replies: 1
Views: 797

Differnce between h264 and avc1

Hi friendz, I'm using vlc 0.9.6 in my fedora9 machine.When I record h264 video from IP camera, video gets recorded correctly.While I play it back uisng GOM player in windows, I find that codec is avc1.Why it is not showing h264?When i play it using vlc player,it shows h264.What may be the reason? I ...
by babitha
04 Jun 2010 09:17
Forum: VLC stream-output (sout)
Topic: Record a file after network reconnection
Replies: 1
Views: 490

Re: Record a file after network reconnection

Hi all, I've found the solution myself.U can add append option in file. eg:-vlc -vvv rtsp://192.168.1.1/mpeg4/media.amp --sout '#duplicate{dst=standard{access=file,mux=mp4,dst="/opt/123.avi"}}' --sout-file-append. When network is disconnected,it will stop recording and when reconnected it ...
by babitha
04 Jun 2010 07:21
Forum: VLC media player for Windows Troubleshooting
Topic: Get information about Network Disconnection/Reconnection
Replies: 2
Views: 252

Re: Get information about Network Disconnection/Reconnection

HI, I can log the messages from vlc using the command --logfile /opt/log.txt --file-logging.But this will log all the messages from vlc.I need to log only the network disconnection and reconnection.ie, I need an option to check the input.state of vlc and if it is stopped, then log that message.Simil...
by babitha
03 Jun 2010 14:13
Forum: VLC media player for Linux and friends Troubleshooting
Topic: how to convert terminal command to my program?
Replies: 1
Views: 806

Re: how to convert terminal command to my program?

Hi Sideeq, You can use execvp() to call the terminal commands. eg: string param1; param1="-vvv"; param2 = "/home/siddeeq/11.mp3"; param3 = ":sout=#duplicate{dst=std{access=udp,dst=239.255.42.42}}"; param4 =":ttl=12"; char* arg_list[] = {"vlc",(char*)...
by babitha
03 Jun 2010 13:32
Forum: VLC media player for Windows Troubleshooting
Topic: Get information about Network Disconnection/Reconnection
Replies: 2
Views: 252

Get information about Network Disconnection/Reconnection

HI all, How can i get information about network loss in a stream?I need to log the network connection and disconnection status.I'm using command line option of vlc cvlc rtsp://IP/mpeg4/media.amp --loop. This will work continuously.When the network is lost it will stop and try to reconnect when the s...
by babitha
03 Jun 2010 12:03
Forum: VLC stream-output (sout)
Topic: Record a file after network reconnection
Replies: 1
Views: 490

Record a file after network reconnection

Hi friendz.......... I'm using vlc to record a stream from camera using the command line vlc -vvv rtsp://192.168.1.1/mpeg4/media.amp --sout '#duplicate{dst=standard{access=file,mux=mp4,dst="/opt/123.avi"}}' . The stream gets recorded correctly.But when the network is disconnected, the 123....
by babitha
27 Oct 2009 07:03
Forum: General VLC media player Troubleshooting
Topic: Recording H.264 stream from IP camera
Replies: 1
Views: 2494

Re: Recording H.264 stream from IP camera

hi mihaychuk,
You can take rtsp stream from camera and transcode it to h264 by changing the vcodec.
Regards,
Babitha
by babitha
13 Oct 2009 08:37
Forum: VLC media player for Windows Troubleshooting
Topic: Timing out while playing live streams
Replies: 15
Views: 1560

Re: Timing out while playing live streams

Hi,
are you using httpstream or rtsp?

babitha
by babitha
25 Jun 2009 08:37
Forum: General VLC media player Troubleshooting
Topic: Increase the timeout in VLC 0.9.9
Replies: 0
Views: 323

Increase the timeout in VLC 0.9.9

Hi all, I am taking a stream in VLC 0.9.9 activex from wireless camera via rtsp request.Sometimes the stream gets lost but i'm able to view the stream through internet explorer.I am getting connetion timeout message.Is there any way to increase the timeout? Waiting for ur response.. Thanks in advanc...
by babitha
16 Jun 2009 14:07
Forum: General VLC media player Troubleshooting
Topic: Brightness in vlc plugin(0.9.9) in linux
Replies: 1
Views: 371

Brightness in vlc plugin(0.9.9) in linux

Hello all,
May I know how to set brightness in vlc 0.0.9 plugin in linux?I'm able to set it throuugh command line.Waiting for your reply.
Thanks,
by babitha
14 Nov 2008 06:10
Forum: VLC stream-output (sout)
Topic: VLC RTSP Streaming
Replies: 0
Views: 325

VLC RTSP Streaming

Hi all,

While streaming the live view of the IP camera by using rtsp request,the stream gets stucked for every 2 secs.Can anybody find the solution for this.

Please help me

Thanks in advance
by babitha
29 Oct 2008 11:02
Forum: General VLC media player Troubleshooting
Topic: Could not get audio in multicast
Replies: 1
Views: 311

Could not get audio in multicast

Hi all,
I'm using vlc to stream the live feed from axis camera(rtsp request).I could get the audio and video stream.But when I try to multicast the stream using rtp, i could get only the video.The audio track is empty.Can someone suggest a solution?

Thanks in advance,
Babitha.
by babitha
29 Aug 2008 10:29
Forum: Web and scripting
Topic: VLC crash Firefox
Replies: 1
Views: 1166

Re: VLC crash Firefox

This seems to be a VLC bug check this link
http://trac.videolan.org/vlc/ticket/908.
by babitha
29 Aug 2008 10:26
Forum: Web and scripting
Topic: Snapshot using VLC Mozilla plugin not working
Replies: 3
Views: 1665

Re: Snapshot using VLC Mozilla plugin not working

when will 0.9 stable version be released, and there is no surety that they will have added the feature , is there ..??
by babitha
20 Aug 2008 11:02
Forum: Web and scripting
Topic: Snapshot using VLC Mozilla plugin not working
Replies: 3
Views: 1665

Snapshot using VLC Mozilla plugin not working

Hi all, I am trying to get snapshot of a IP camera live stream, via VLC Mozilla plugin. But am unable to do so. I tried using javascript set Variable command, below is the code: keyvalue = document.vlc.get_int_variable("key-snapshot"); document.vlc.set_int_variable("key-pressed",...
by babitha
05 Feb 2008 14:01
Forum: General VLC media player Troubleshooting
Topic: Set a logo permanantly
Replies: 0
Views: 407

Set a logo permanantly

Hi frndz, Can anybody help me to add a logo on the live stream? I used to goto preferences->Video->Subtitles/OSD->Logo overlay and then browse a logo and save it.Then by using sfilter=logo option in streamoutput mrl, I am able to get the logo displayed on live stream.But if I set the logo using comm...
by babitha
28 Jan 2008 12:01
Forum: General VLC media player Troubleshooting
Topic: option to hide the gui while using telnet interface
Replies: 5
Views: 1900

Re: option to hide the gui while using telnet interface

Hi frndz,
The command to run vlc in background using telnet is :
vlc -I dummy --dummy-quiet --extraintf telnet --telnet-port 4000.
Thanks,
Babitha
by babitha
22 Jan 2008 11:02
Forum: General VLC media player Troubleshooting
Topic: option to hide the gui while using telnet interface
Replies: 5
Views: 1900

Re: option to hide the gui while using telnet interface

Hi jean, Thanks for ur reply.While using vlc -I dummy --extraintf telnet, a new command window gets opened which shows the message quoted below.My purpose is to run the vlc in background using telnet interface. [00000301] dummy interface: VLC media player - version 0.8.6d Janus - (c) 1996-2 007 the ...
by babitha
21 Jan 2008 12:13
Forum: General VLC media player Troubleshooting
Topic: option to hide the gui while using telnet interface
Replies: 5
Views: 1900

option to hide the gui while using telnet interface

Hi,
I am using vlc 0.8.6d.I would like to hide the gui interface after enabling telnet.I am using the command vlc --extraintf telnet --telnet-port 4000.But trhis will pop up the gui.Is there any solution to hide the gui.
Thanks in advance,
Babitha
by babitha
21 Jan 2008 12:01
Forum: General VLC media player Troubleshooting
Topic: incompatibility vlc-Axis w.r.t. rtsp basic authentication ?
Replies: 4
Views: 10983

Re: incompatibility vlc-Axis w.r.t. rtsp basic authentication ?

hi erik,
I have an Axis 210 camera.I can connect to it using the request rtsp://uname:passwd@IP/mpeg4/media.amp.U need to go to camera interface page and check the Enable anonymous viewer login (no user name or password required) box.Then u can get the stream via vlc 0.8.6d.
Thanks,
Babitha
by babitha
21 Jan 2008 11:38
Forum: General VLC media player Troubleshooting
Topic: Does vlc 0.8.6 support rtp over udp streaming
Replies: 0
Views: 442

Does vlc 0.8.6 support rtp over udp streaming

Hi, I am trying to get a live stream from acti camera.In the previous version of vlc(vlc 0.8.2), live streaming is possible by using the url rtsp://username:passwd@IP:7070.The same url is not working in version 0.8.6.What may be the reason? Is there any alternative?The Acti camera supports rtp over ...

Go to advanced search