Search found 50 matches

Go to advanced search

by NewtownGuy
04 Jan 2023 16:09
Forum: Web and scripting
Topic: How can I link video frames to external media ?
Replies: 8
Views: 7167

Re: How can I link video frames to external media ?

I'm familiar with linking a web page to images, since each image is a file and I can put a link in a web page to point to it, but how can one link a particular frame in a video to something ? The link, possibly one of many -- one for each chosen frame, would have to be stored in the video file, not ...
by NewtownGuy
07 Jun 2022 16:42
Forum: Web and scripting
Topic: How can I link video frames to external media ?
Replies: 8
Views: 7167

Re: How can I link video frames to external media ?

Clicking on a web page identifies a point in space. I want to click on a video to identify and go to a point in time.
by NewtownGuy
07 Jun 2022 16:20
Forum: Web and scripting
Topic: How can I link video frames to external media ?
Replies: 8
Views: 7167

Re: How can I link video frames to external media ?

I want to have a mp4 file be able to access other video files for additional information. Think of the mp4 as a new kind of web page. VLC becomes a video browser. Video, unlike a web page, is of infinite extent. So each video file could enable one to access additional video within its extent. And on...
by NewtownGuy
07 Jun 2022 15:18
Forum: Web and scripting
Topic: How can I link video frames to external media ?
Replies: 8
Views: 7167

Re: How can I link video frames to external media ?

Yes, each frame could contain a different URL, although it is possible that a few successive frames would contain the same URL.
by NewtownGuy
30 Mar 2022 23:39
Forum: Web and scripting
Topic: How can I link video frames to external media ?
Replies: 8
Views: 7167

How can I link video frames to external media ?

I want to play a video in VLC Media Player, click on a particular video frame, or press a special function key while a particular frame is playing, and open a browser window to the media whose URL I have embedded in that frame. And so on for successive frames, each with a URL to a different media fi...
by NewtownGuy
05 Jun 2018 13:35
Forum: VLC stream-output (sout)
Topic: how to simultaneously create rtsp and livehttp video streams in cvlc from the same live source?
Replies: 5
Views: 2098

Re: how to simultaneously create rtsp and livehttp video streams in cvlc from the same live source?

I agree with that provided there's enough information to figure out what is going on. The syntax of my command above became even more complex when I needed to "nice" it, which meant I needed some kind of quotes around the entire cvlc command, which already had embedded quotes. I could not ...
by NewtownGuy
01 Jun 2018 15:07
Forum: VLC stream-output (sout)
Topic: how to simultaneously create rtsp and livehttp video streams in cvlc from the same live source?
Replies: 5
Views: 2098

Re: how to simultaneously create rtsp and livehttp video streams in cvlc from the same live source?

Many thanks, StCyr, for finding one of my typos. A second typo, which caused the mixup with '-treaming_video_folder', was my use of single quotes instead of double quotes around the entire duplicate string. This caused bash to not see my variable names. Here's a working command, with a few other but...
by NewtownGuy
01 Jun 2018 02:18
Forum: VLC stream-output (sout)
Topic: how to simultaneously create rtsp and livehttp video streams in cvlc from the same live source?
Replies: 5
Views: 2098

how to simultaneously create rtsp and livehttp video streams in cvlc from the same live source?

I want to simultaneously create rtsp and livehttp video streams from the same live H.264 source in cvlc. I can individually create either kind of stream just fine, and I can also create two rtsp streams simultaneously using the 'duplicate' tag, so my basic setup is right. However, something is wrong...
by NewtownGuy
24 Feb 2018 14:51
Forum: VLC stream-output (sout)
Topic: transmux h.264/mp4 to HLS/ts/m3u8 using command line
Replies: 2
Views: 2009

transmux h.264/mp4 to HLS/ts/m3u8 using command line

What command do I use in CVLC in Linux to convert a h.264/mp4 file into the HLS/ts/m3u8 format ? I just want to remux/transmux the h.264 stream in the input video file, keeping the original resolution, frame rate and quality. I do not want to transcode it since the format remains h.264 throughout. I...
by NewtownGuy
28 Nov 2017 16:25
Forum: VLC stream-output (sout)
Topic: How do I stop buffering on the transmit end when streaming?
Replies: 8
Views: 2292

Re: How do I stop buffering on the transmit end when streaming?

Thank you for your reply. I understand from your Documentation:Streaming HowTo/Command Line Examples that there is livehttp capability. Does it do Apple HLS -- HTTP Live Streaming ??? If so, I would be tickled pink (happy) ! Is this the correct usage, where the video source (/home/vout1) and the apa...
by NewtownGuy
19 Nov 2017 16:50
Forum: VLC stream-output (sout)
Topic: How do I stop buffering on the transmit end when streaming?
Replies: 8
Views: 2292

Re: How do I stop buffering on the transmit end when streaming?

Thank you for your reply.

Since VLC Media Player is widely admired as the Swiss Army Knife of video software, is there any chance RTSP/HTTP on the CVLC server side could be implemented soon ?
by NewtownGuy
17 Nov 2017 13:58
Forum: VLC stream-output (sout)
Topic: cvlc command help
Replies: 7
Views: 1751

Re: cvlc command help

Did you try a space in front of :sout=#xxx ?
by NewtownGuy
17 Nov 2017 01:57
Forum: VLC stream-output (sout)
Topic: How do I stop buffering on the transmit end when streaming?
Replies: 8
Views: 2292

Re: How do I stop buffering on the transmit end when streaming?

I've tried this command to get rtsp over an http tunnel, but no luck: cvlc </home/vout1 -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' --demux=h264 --h264-fps=10 --rtsp-http --rtsp-http-port=8080 My source is 10 fps, so I match it with -h264-fps=<> I'm not clear on what parameters go in t...
by NewtownGuy
16 Nov 2017 21:39
Forum: VLC stream-output (sout)
Topic: Vlc Command line port assignments RTSP in
Replies: 3
Views: 947

Re: Vlc Command line port assignments RTSP in

Can you give a complete CVLC command line to show how to do this on the sending end ? I thought one would want to control which pair of adjacent ports the sender uses so one knows what pair of ports to open through a router for access to these streams from the Internet.
by NewtownGuy
16 Nov 2017 02:19
Forum: Web and scripting
Topic: ActiveX and RC
Replies: 1
Views: 1041

Re: ActiveX and RC

What happens if you use the desktop to configure VLC streaming, then you go to a command prompt and issue: sudo ps -Af | grep vlc It should tell you the full command being used by vlc. I have not tried this procedure with VLC due to a problem with my Pi's desktop, but I use ps -Af all the time to se...
by NewtownGuy
15 Nov 2017 13:41
Forum: Development around libVLC
Topic: Tunnel rtsp over http
Replies: 2
Views: 1413

Re: Tunnel rtsp over http

I have tried adding :rtsp-tcp to the end of the CVLC command line but it does not work. Please show a complete command line. Also, how do I specify the http port used for tunneling ?
by NewtownGuy
14 Nov 2017 23:31
Forum: VLC stream-output (sout)
Topic: How do I stop buffering on the transmit end when streaming?
Replies: 8
Views: 2292

Re: How do I stop buffering on the transmit end when streaming?

I took another stab at it, but no luck. Taking into account all of the above, and a number of posts, I now have this command line: cvlc </home/vout1 -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' :demux=h264 :h264-fps=10 :rtsp-tcp As before, I can view the video when viewer and camera are...
by NewtownGuy
14 Nov 2017 21:46
Forum: VLC stream-output (sout)
Topic: How do I stop buffering on the transmit end when streaming?
Replies: 8
Views: 2292

Re: How do I stop buffering on the transmit end when streaming?

I found an answer for my own question, but I have a new question -- how do I use http tunneling for the stream to avoid the multiple ports problem of rtsp ? First, to specify the input frame rate to stop, or at least greatly reduce, endless buffering on both ends of the connection, add this to the e...
by NewtownGuy
10 Nov 2017 20:53
Forum: VLC stream-output (sout)
Topic: How do I stop buffering on the transmit end when streaming?
Replies: 8
Views: 2292

How do I stop buffering on the transmit end when streaming?

I'm trying to encode a h.264 960x540 @ 10 fps stream into rtsp. It constantly buffers on both the transmit end and the receive end. The stream usually only stays up for less than a minute on VLC Media Player on a PC. I set caching on the PC to 15000 mS, but it does not seem to help. Both transmitter...
by NewtownGuy
24 Aug 2016 02:51
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How do I run cvlc without audio on Jessie ?
Replies: 9
Views: 6449

Re: How do I run cvlc without audio on Jessie ?

Could there be a problem with the video processing in vlc ? My earlier posts above assumed the problem was with pulseaudio because I've seen posts that pulseaudio can use most of the cpu. But in fact, it's vlc that's using 95+% of the cpu, and pulseaudio is not running. Here, again, is the console t...
by NewtownGuy
21 Aug 2016 16:13
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How do I run cvlc without audio on Jessie ?
Replies: 9
Views: 6449

Re: How do I run cvlc without audio on Jessie ?

What should I check in the local firewall or security framework ? Ubuntu firewall (ufw) is not installed. When I install everything in Wheezy, it works. But now, when I install everything in Jessie, and use the same commands as before, it does not work any more. Something changed. I do not have the ...
by NewtownGuy
21 Aug 2016 14:54
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How do I run cvlc without audio on Jessie ?
Replies: 9
Views: 6449

Re: How do I run cvlc without audio on Jessie ?

I see that PulseAudio is trying to use the same port, 8081, that I am trying to use, even though I told it not to run. I see several configuration files in /etc/pulse. What should I edit to tell PulseAudio to use a different port, or better yet, not to run at all ?

Thank you.
by NewtownGuy
19 Aug 2016 15:12
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How do I run cvlc without audio on Jessie ?
Replies: 9
Views: 6449

Re: How do I run cvlc without audio on Jessie ?

Thank you but I still get the same errors as before. I changed the command to this: cvlc --no-audio --no-sout-audio < /home/vout1 stream:///dev/stdin --sout '#standard{access=http,mux=ts,dst=:8081}' --h264-fps=5.0 :demux=h264 & It's in a script, stream_8081.sh, with the usual /bin/bash. I invoke...
by NewtownGuy
19 Aug 2016 01:48
Forum: VLC media player for Linux and friends Troubleshooting
Topic: How do I run cvlc without audio on Jessie ?
Replies: 9
Views: 6449

How do I run cvlc without audio on Jessie ?

How do I run cvlc so it streams video WITHOUT invoking audio on Jessie ? It ran fine on Wheezy but always gives this error with Jessie: PulseAudio output error: PulseAudio connection failure: Connection refused VLC uses 95% of my cpu, apparently waiting endlessly to open an audio connection that nev...
by NewtownGuy
07 Jun 2016 19:04
Forum: VLC media player for Windows Troubleshooting
Topic: cannot create chunks index in vlc 2.2.2 and 2.2.3
Replies: 4
Views: 1866

Re: cannot create chunks index in vlc 2.2.2 and 2.2.3

Thank you for your reply. It is purposely a low data rate file, with high quantization, and a nominal frame rate of 5 fps. It plays fine in HTML5 in Chrome on a Windows PC. How low is low ? Why does it work in VLC 2.1.3 but not 2.2.3 ? Can you tell me more about the issue and when it might be fixed ?

Go to advanced search