Search found 8 matches

Go to advanced search

by jeff1965
18 Jan 2019 20:06
Forum: VLC media player for Windows Troubleshooting
Topic: vlc and simultaneous rtsp connections
Replies: 0
Views: 94

vlc and simultaneous rtsp connections

Hi All, We are running windows 10 and using vlc 2.2.8 to stream and record rtsp video and audio streams. Is there a limitation as to how many vlc's can connect to an rtsp stream? It seems that I can successfully start 3 or 4 to connect to the stream and after that they appear to not be able to conne...
by jeff1965
09 Jan 2019 20:38
Forum: VLC media player for Windows Troubleshooting
Topic: core decoder error
Replies: 1
Views: 203

core decoder error

Hi All, I have an application that attaches to an RTSP stream to capture video/audio. On some occasions when trying to record video the vlc experiences a decoder error listed below. [000000003145cb70] live555 demux debug: lost 41979 bytes [000000003145cb70] live555 demux debug: increasing buffer siz...
by jeff1965
02 Jan 2019 23:58
Forum: General VLC media player Troubleshooting
Topic: Sporadic Recording using vlcj 3.10.1
Replies: 0
Views: 95

Sporadic Recording using vlcj 3.10.1

Hi I am using the vlcj 3.10.1 api with vlc version 2.2.4 to record video and audio from an RTSP stream. I have been trying to record and use the -vvv option to the MediaPlayerFactory constructor to look at the debug coming out of vlc. The problem I have is that when the file that vlc should save the...
by jeff1965
14 Nov 2018 22:44
Forum: Development around libVLC
Topic: Using vlcj to direct audio to File output
Replies: 7
Views: 731

Re: Using vlcj to direct audio to File output

OK I'll try that. There was a transcode ldefenition in the vlc gui that I have been trying.
Thanks, I'll let you know how it goes. Where do the logs get saved/generated?
by jeff1965
13 Nov 2018 19:47
Forum: Development around libVLC
Topic: Using vlcj to direct audio to File output
Replies: 7
Views: 731

Re: Using vlcj to direct audio to File output

Also I do get the audio over the speakers, but, would like to save the audio to file.
by jeff1965
13 Nov 2018 19:46
Forum: Development around libVLC
Topic: Using vlcj to direct audio to File output
Replies: 7
Views: 731

Re: Using vlcj to direct audio to File output

Here is some output from the log file. Thanks, Jeff INFO: Starting recording...stream: rtsp://10.118.10.150/audioIn/stream0 file at: :sout=file:C:\gnd\MissionDataRecorder\videos\recording20181112135152\Operator1a udio.mpg [000000002d6b4830] mux_ps mux: Open Nov 12, 2018 1:51:54 PM net.sys.gnd.Missio...
by jeff1965
13 Nov 2018 00:03
Forum: Development around libVLC
Topic: Using vlcj to direct audio to File output
Replies: 7
Views: 731

Re: Using vlcj to direct audio to File output

A bit more of the code that didn't get into my paste buffer. mediaPlayer.setAudioOutputDevice(fileOption, audioDeviceIdString); logger.log(Level.INFO, "audioOutputSettingSucceeded maybe ????"); mediaPlayer.stop(); mediaPlayer.play(); int trackCount = mediaPlayer.getAudioTrackCount(); logge...
by jeff1965
12 Nov 2018 23:59
Forum: Development around libVLC
Topic: Using vlcj to direct audio to File output
Replies: 7
Views: 731

Using vlcj to direct audio to File output

Hi All, I am trying to stream an rtsp stream that has audio and video and save those streams to file, one audio and one video. Saving the video file has not ben a problem but when I try to direct the audio to a file I get a stream output error. The following is a snippet of the code I'm trying to us...

Go to advanced search