Search found 12 matches

Go to advanced search

by ravi_andhra
11 Jul 2009 08:02
Forum: VLC stream-output (sout)
Topic: Streaming live unicast stream as VoD at multiple destination
Replies: 2
Views: 944

Re: Streaming live unicast stream as VoD at multiple destination

Well, you should not use VoD for live streaming. You should use broadcast mode instead. Either HTTP or RTSP outputs can do waht you want.
I didn't get exactly from your statement. It will be helpful for me if you elaborate more on this with a example.

Ravinder
by ravi_andhra
11 Jul 2009 07:38
Forum: Development around libVLC
Topic: Interface between network/httpd.c and modules/misc/rtsp.c
Replies: 3
Views: 756

Re: Interface between network/httpd.c and modules/misc/rtsp.c

Thanks alot for your reply. It was really helpful for me. So, whatever functions and parameters that I need to declare as extern should be added in src/libvlccore.sym right ? BTW why we need to add in libvlccore.sym it will search in this file while binding or what? Could your provide any reference ...
by ravi_andhra
10 Jul 2009 12:22
Forum: Development around libVLC
Topic: Determine alive RTSP session on particular label
Replies: 0
Views: 358

Determine alive RTSP session on particular label

Hi, I have started VLC in vod server mode. I have ingested few video files with few labels. I want to delete some particular label from the server but, before deleting the label I want to check whether any rtsp sessions are established and running on that label or not from network module, httpd.c fi...
by ravi_andhra
10 Jul 2009 12:13
Forum: Development around libVLC
Topic: RTSP: How to Announce EOF event to the RTSP Client
Replies: 0
Views: 705

RTSP: How to Announce EOF event to the RTSP Client

Hi, I have transcoded a file using x264. The resultant, transcoded file is not giving timestamp while playing. I have ingested that file into VLC streamming server through command line. As its duration is not retrieved the SDP doesn't contain the duration of the video so that at the end of the file ...
by ravi_andhra
10 Jul 2009 12:03
Forum: Contribute and help the VideoLAN project
Topic: New Developer who needs help
Replies: 7
Views: 2130

Re: New Developer who needs help

Hi,
can anyone tell me how I can join IRC and start asking question to understand VLC

thanks in advance,

Regards,
Ravinder
by ravi_andhra
05 Mar 2009 14:08
Forum: Development around libVLC
Topic: Interface between network/httpd.c and modules/misc/rtsp.c
Replies: 3
Views: 756

Interface between network/httpd.c and modules/misc/rtsp.c

Hi, If i want to write a new function which will be used in network/httpd.c and modules/misc/rtsp.c and it's actual implementation is present in network/httpd.c Can any one help me the way to access any new function implemented in the file network/httpd.c in file modules/misc/rtsp.c and how this VLC...
by ravi_andhra
04 Mar 2009 11:31
Forum: VLM
Topic: VoD with telnet interface
Replies: 7
Views: 11085

Re: VoD with telnet interface

Hi everyone
even i am facing the same problem.
i am unable to find

Code: Select all

vod_rtsp RTSP VoD server
and it is saying

Code: Select all

vlc: unknown option or missing mandatory argument `--rtsp-host' Try `vlc --help' for more information. VLC initialization failed
even after starting vlc from root
by ravi_andhra
09 Feb 2009 10:22
Forum: VLM
Topic: VoD ingestion perfomance & CPU, Memory utilizations
Replies: 0
Views: 749

VoD ingestion perfomance & CPU, Memory utilizations

Hi all, I am using VLC-0.9.8a as VoD server. I am facing following issues while ingestion of video into VoD server. 1. While ingestion of 100 videos into VoD Server using VLM script the CPU utilization is going 50% and it is getting hanged there itself even after successful ingestion of all the vide...
by ravi_andhra
14 Nov 2008 19:53
Forum: VLC stream-output (sout)
Topic: Video Loss while streaming to STB with VLC as VoD Server
Replies: 3
Views: 601

Video Loss while streaming to STB with VLC as VoD Server

Hi guys !!! I am trying to stream videos which are in MP4 format on to the Scientific Atlanta and ADB Set Top Box(STB) s which can play only the videos that are in MPEG2-TS format. So, I am first transcoding the MP4 Video with vlc and converting MP4 to MPEG2-TS format and ingesting in the VLC Server...
by ravi_andhra
20 Aug 2008 13:24
Forum: VLC stream-output (sout)
Topic: Streaming live unicast stream as VoD at multiple destination
Replies: 2
Views: 944

Streaming live unicast stream as VoD at multiple destination

Hi guys, I am facing major problem in Streaming Live Unicast Stream as VoD (over RTSP/RTP/UDP) at multiple destinations. Actually what i am trying to do is as follows : Give/ingest a Live unicast Stream as input and create a VoD element and upon RTSP request capture the input stream and stream it to...
by ravi_andhra
31 Jul 2008 09:23
Forum: VLM
Topic: Starting VoD using VLM and Sending MP2TS over UDP
Replies: 0
Views: 1358

Starting VoD using VLM and Sending MP2TS over UDP

Hi guys, I am trying to stream a video to STB using VoD server of VLC(configured through telnet interface) i have used following commads: ./vlc.exe --etraintf telnet then connecting to the telnet interface and giving the following commands: telnet 10.124.36.90 4212 >new abc vod >setup abc input danc...
by ravi_andhra
31 May 2008 08:04
Forum: Web and scripting
Topic: Usage of libvlc.dll in C#
Replies: 67
Views: 78736

Re: Usage of libvlc.dll in C#

Hi,

I need to embed VLC into my C# application so as to display the live video that is being captured by my web camera.

Anyone can help?


Thanks!

Sarah

hi
have you found the solution to the above problem ?

Go to advanced search