Search found 12 matches

Go to advanced search

by carlos_am_2003
13 Mar 2024 17:07
Forum: General VLC media player Troubleshooting
Topic: Play HLS
Replies: 3
Views: 1039

Re: Play HLS

Hi!

I have this message:
Your account is pending approval from your GitLab administrator and hence blocked. Please contact your GitLab administrator if you think this is an error.

My e-mail is carlos_am_2003 at hotmail.com
by carlos_am_2003
09 Mar 2024 14:09
Forum: General VLC media player Troubleshooting
Topic: Play HLS
Replies: 3
Views: 1039

Play HLS

Hello! I'm trying to play this URL (in the command line): https://stream.ads.ottera.tv/cl/240301cnh2l183t0mrta4ga7ng/1280x720_3071200_0_f.m3u8?i=728_6128 But after, about 15s, the play stopped. I tested the same URL using ffmpeg and works fine. Is there any buffer for HLS? I tried using this: --file...
by carlos_am_2003
05 Dec 2023 20:49
Forum: VLC media player for Windows Troubleshooting
Topic: Play 2 UDP stream using different network interface
Replies: 0
Views: 419

Play 2 UDP stream using different network interface

Hello! My computer Windows has 3 network interfaces. Each interface has an IP address. I need to play, using VLC, 2 UDP streams, but, each UDP comes from a different network interface. So, i have: [interface 192.168.3.45] -> I receive UDP multicast 234.5.5.5:10200 [interface 192.168.0.45] -> I recei...
by carlos_am_2003
12 Sep 2023 21:09
Forum: VLC stream-output (sout)
Topic: Video encoder using GPU NVidia or AMD
Replies: 1
Views: 3791

Video encoder using GPU NVidia or AMD

Hello! I'm using VLC command line and I need to do a transcode (video encode H264). Can I use GPU NVidia for the encoder of video? I have a NVidia Quadro P6000. How can I use it to video encoder? So I use cpu encoder: transcode{fps=30,vcodec=h264 Is there anything so: vcodec=n264 or another string t...
by carlos_am_2003
22 Aug 2023 19:17
Forum: VLC media player for Windows Troubleshooting
Topic: Play UDP Stream
Replies: 0
Views: 271

Play UDP Stream

Hello!

My computer has 4 network adapter. Each network adapter receive a lot of UDP multicast.

How can I set the VLC URL input to receive?

I used: udp://@234.5.5.5:10200?localaddr=IP_Network_Adapter_Input
by carlos_am_2003
21 Aug 2023 15:00
Forum: VLC stream-output (sout)
Topic: I need to set the 'Service name'
Replies: 0
Views: 1579

I need to set the 'Service name'

Hello!

I'm doing a transcoding UDP. I need to set the 'Service Name' How can I do this?

--sout="#udp{mux=ts{sdtdesc=VLC Player,pcr=5}

sdtdesc -> Provider Name

Where can I set the service name?
by carlos_am_2003
18 Aug 2023 22:02
Forum: VLC stream-output (sout)
Topic: Keep original video and change only audio codec
Replies: 2
Views: 1821

Keep original video and change only audio codec

Hello! I have a video file (avc video and ac3 audio). I need, using command line, convert only the audio to aac. How can I do this? Using ffmpeg we have vcodec=copy but how we can do this using VLC command line? I tried: --sout="#transcode{vcodec=dump,acodec=aac,ab=128,channels=2,samplerate=480...
by carlos_am_2003
18 Aug 2023 19:18
Forum: VLC stream-output (sout)
Topic: Set network UDP multicast output
Replies: 1
Views: 1741

Re: Set network UDP multicast output

Hello!

After a lot of research I found this:

udp:dst=udp://234.5.5.5:10200::192.168.1.10

UDP address :: output network interface(On Windows can I use the IP of the network interface?)
by carlos_am_2003
18 Aug 2023 13:50
Forum: VLC stream-output (sout)
Topic: Record a UDP source to a .ts file (x minutes)
Replies: 2
Views: 1760

Re: Record a UDP source to a .ts file (x minutes)

In that case, I must kill the VLC process after a certain time. Correct?
by carlos_am_2003
18 Aug 2023 03:16
Forum: VLC stream-output (sout)
Topic: Set network UDP multicast output
Replies: 1
Views: 1741

Set network UDP multicast output

Hello! I need to do a transcoder of a video file to UDP multicast, but, I need to add the IP of network card output. Using FFMPEG I use so: 234.5.5.5:10200?localaddr=192.168.1.10 How can I do this using VLC command line? "file.ts" --sout="#transcode{demux=dump}:udp{mux=ts, dst=udp://2...
by carlos_am_2003
17 Aug 2023 22:56
Forum: VLC stream-output (sout)
Topic: Record a UDP source to a .ts file (x minutes)
Replies: 2
Views: 1760

Record a UDP source to a .ts file (x minutes)

Hello!

Using VLC command line I need to record a file with, for example, 1 minute.

I tried:

Code: Select all

vlc -I dummy UDP_URL :demux=dump :demuxdump-file="test.ts" --stop-time=60.0 --drop-late-frames :udp-caching=3000 vlc://quit
Help me please!

Go to advanced search