Search found 8 matches

Go to advanced search

by VDIEng
14 Jun 2015 16:17
Forum: Development around libVLC
Topic: libfreetype_plugin crashing
Replies: 1
Views: 222

libfreetype_plugin crashing

I have created a C# application that utilizes the marquee as a labeling method for the video. My application can play between 1 and 12 video at the same time. If I attempt to utilize the marquee for a single video I have no issues, if I attempt to marquee many videos in a quick sequence the applicat...
by VDIEng
28 Feb 2015 17:57
Forum: Development around libVLC
Topic: Getting information about Video Players/Status
Replies: 1
Views: 339

Getting information about Video Players/Status

I have constructed a multiviewer application around libVLC that can display up to 12 live video streams simultaneously. I have built the application using v2.2RC2 x64 for Windows utilizing C#: Every once in a while the live video stream(s) appear to freeze and don't seem to recover unless I stop the...
by VDIEng
03 Oct 2013 21:23
Forum: Development around libVLC
Topic: Visual Studio 2012 VB - transcode problem
Replies: 1
Views: 1071

Re: Visual Studio 2012 VB - transcode problem

I too am/was having some interesting issues with Marquee in a C# app that I am developing using the LibVLC but I have found a work around that may work as well for you. When the .play() command is executed on the MediaPlayer object the stream address is shown in place of the marquee that I put into ...
by VDIEng
04 Apr 2011 14:52
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Re-Streaming Difficulties
Replies: 4
Views: 4212

Re: Re-Streaming Difficulties

Well after quite some time I have gotten the performance to a near acceptable level. I still get video and audio hits on the output side of the stream as it is passed to the amino. Here is the complete command line I am using: cvlc -vvv rtsp://10.0.2.5/MediaInput/h264 --sout '#transcode{acodec=a52,a...
by VDIEng
25 Mar 2011 01:57
Forum: VLC stream-output (sout)
Topic: RTSP restream transcode the audio only
Replies: 1
Views: 1837

Re: RTSP restream transcode the audio only

Your close, just take the video transcode out and it will only be remuxed with the transcoded audio. vlc -vvv rtsp://wowza_ip:1935/live/rtsp.stream --sout "#transcode{ab=42,acodec=mp4a}:rtp{mp4a-latm,dst=127.0.0.1,port-audio=20000,port-video=20002,ttl=127,sdp=file:///D:\DSS_Movies\channel.sdp}&...
by VDIEng
25 Mar 2011 01:45
Forum: VLC stream-output (sout)
Topic: IGMP streaming
Replies: 3
Views: 2115

Re: IGMP streaming

I believe what you are looking for is UDP broadcasting into a multicast. Trysomething like:

vlc -vvv hc.mpeg -sout udp{dst=239.0.0.1, port=1234} --loop
by VDIEng
24 Mar 2011 22:04
Forum: VLC media player for Linux and friends Troubleshooting
Topic: Re-Streaming Difficulties
Replies: 4
Views: 4212

Re-Streaming Difficulties

I have a Panasonic WV-SC385 camera that is broadcasting RTSP H264 @ 4096K with G711 audio. I need VLC to restream the live stream in near real time. Here is the command line I am using. cvlc -vv rtsp://10.0.2.5/MediaInput/h264 --sout "#transcode{acodec=mpga, ab=128, channels=2,samplerate=44100}...
by VDIEng
02 Mar 2011 12:23
Forum: VLC stream-output (sout)
Topic: Best Re-Straming Performance
Replies: 0
Views: 724

Best Re-Straming Performance

I have 38 IP cameras (Panasonic WV-SC385) that output 720p with G727 or G711 audio in two broadcast formats. 1) RTSP using RTP encoded with H264 2) UDP using RTP encoded with H264 I have 170 clients with Amino 130H IP STBs that can select the independant cameras as channels. The limitation of the ST...

Go to advanced search