Search found 95 matches

Go to advanced search

by tvtalkshowshigh
06 Jan 2014 18:05
Forum: VLC stream-output (sout)
Topic: RTP AV profile, streaming H.264+s24b
Replies: 0
Views: 645

RTP AV profile, streaming H.264+s24b

I have a hardware device can send and receive streams of H.264 video and 24-bit PCM audio using the RTP Audio Video Profile. I can receive streams from it with VLC by passing VLC the SDP file that the device produces. I'd now like to send data back to the device, but I'm struggling to work out the c...
by tvtalkshowshigh
31 Dec 2013 12:19
Forum: VLC stream-output (sout)
Topic: Potential bug in streaming 24 bit audio
Replies: 5
Views: 1022

Re: Potential bug in streaming 24 bit audio

Just recompiled from git and all is working perfectly. Thanks for getting to it so quickly!
by tvtalkshowshigh
20 Dec 2013 16:58
Forum: VLC stream-output (sout)
Topic: Potential bug in streaming 24 bit audio
Replies: 5
Views: 1022

Potential bug in streaming 24 bit audio

I'm using VLC 2.2.0 compiled from git. to stream H264 and signed 24 bit big-endian PCM using RTP Audio/Video profile. cvlc stream.mkv :sout='#rtp{dst=10.161.156.201,port=6748,ttl=1,sdp="file:///tmp/test.sdp"}' :sout-all :sout-keep -L vlc plays stream.mkv just fine but if I stream it with t...
by tvtalkshowshigh
18 Dec 2013 15:26
Forum: General VLC media player Troubleshooting
Topic: input-slave with raw inputs
Replies: 2
Views: 954

Re: input-slave with raw inputs

Thanks. That makes sense.
I'll use something else for the encoding, and use VLC for the streaming.
by tvtalkshowshigh
17 Dec 2013 13:09
Forum: General VLC media player Troubleshooting
Topic: input-slave with raw inputs
Replies: 2
Views: 954

input-slave with raw inputs

I'm trying to play (ultimately encode) two separate raw essence files - uyvy422 video and PCM s16l audio. I can play each of these separately with VLC using the rawaud and rawvideo demux modules, but I can't add an input slave when using either of those. It looks to me like input-slave is not compat...
by tvtalkshowshigh
03 Dec 2013 12:56
Forum: VLC stream-output (sout)
Topic: audio-sync with #duplicate to separate raw output files
Replies: 2
Views: 1960

Re: audio-sync with #duplicate to separate raw output files

VLC's MKV support seems lacking. I used ffmpeg in the end.

Ta.
by tvtalkshowshigh
29 Nov 2013 11:18
Forum: VLC stream-output (sout)
Topic: audio-sync with #duplicate to separate raw output files
Replies: 2
Views: 1960

Re: audio-sync with #duplicate to separate raw output files

After a bit more digging it looks like what I wanted to do can't really be done in that way. The #duplicate causes the two transcode pipelines to be treated totally separately. If I do the transcode before the duplicate then VLC can't tell what's video and what's audio - it's raw data after all. Thi...
by tvtalkshowshigh
28 Nov 2013 15:42
Forum: VLC stream-output (sout)
Topic: audio-sync with #duplicate to separate raw output files
Replies: 2
Views: 1960

audio-sync with #duplicate to separate raw output files

I'm using VLC to receive a 30Mbps H.264 RTP stream, which I would then like to decode and output to separate files of raw audio and video data. This is the command line I use: vlc -vvv -I dummy --extraintf http --http-port=9090 /home/npf/in.sdp --sout '#duplicate{dst="transcode{vcodec=UYVY}:std...
by tvtalkshowshigh
04 Jan 2007 14:24
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC in Xubuntu
Replies: 3
Views: 1386

i installed it a while ago in xubuntu so don't remember exactly the procedure, except that it was more complicated than described on the page you mention. i vaguely recall something about vlc being in the "multiverse" or "universe" repositories, which contain unofficial or non-fr...
by tvtalkshowshigh
04 Sep 2006 00:29
Forum: Web and scripting
Topic: Save Playlist from HTTP interface?
Replies: 13
Views: 4722

in fact, that may be better in some instances because of the ease of automation. the server could be set to download said xml file at a defined interval and then the user doesn't even have to click "save".

thanks dionoea.

mark.
by tvtalkshowshigh
04 Sep 2006 00:15
Forum: Web and scripting
Topic: Save Playlist from HTTP interface?
Replies: 13
Views: 4722

agreed. it's definitely low priority.
by tvtalkshowshigh
03 Sep 2006 10:57
Forum: VLC media player Feature Requests
Topic: New binary release for debian ....
Replies: 19
Views: 5588

oh i agree completely. i'd hate for vlc to be the reason that someone doesn't make the switch from windows to debian.
by tvtalkshowshigh
02 Sep 2006 19:44
Forum: VLC media player Feature Requests
Topic: New binary release for debian ....
Replies: 19
Views: 5588

i'll second (erm, third...) that! 0.8.2 is getting old now. i think it's good for debian beginers (like myself) to learn to complie things themselves; it's a fundamental part of using gnu/linux, but vlc's quite a big task to undertake as your first go at compiling. i compiled vlc on windows once. it...
by tvtalkshowshigh
02 Sep 2006 19:27
Forum: Web and scripting
Topic: Save Playlist from HTTP interface?
Replies: 13
Views: 4722

i think it'd be a worthwhile feature to add, and i know it'd make my life much simpler! so if someone can find the time to do it that'd be great.

thanks,
mark.
by tvtalkshowshigh
01 Sep 2006 10:50
Forum: Web and scripting
Topic: Save Playlist from HTTP interface?
Replies: 13
Views: 4722

hehe. thanks dionoea. you had me a little confused for a minute there... ;)
by tvtalkshowshigh
31 Aug 2006 20:01
Forum: Web and scripting
Topic: Save Playlist from HTTP interface?
Replies: 13
Views: 4722

i assume it probably wouldn't even be that difficult because the function already exists in vlc.
by tvtalkshowshigh
24 Aug 2006 17:26
Forum: Web and scripting
Topic: Save Playlist from HTTP interface?
Replies: 13
Views: 4722

Save Playlist from HTTP interface?

Is it possible to save a playlist from the http interface? We'd like to use VLC to stream to a digital sinage network, controlling our streaming server via remotely. We'd like to have a default playlist that the server loads on boot, and to be able to change that playlist from the http interface. Ob...
by tvtalkshowshigh
23 Aug 2006 11:37
Forum: VLC stream-output (sout)
Topic: Streaming to Amino AmiNET124 - unicast or multicast
Replies: 4
Views: 4520

ok, problem solved! for unicast UDP as baldur said, you specify the destination address on both server AND client. This seems a bit unintuitive to me, but it works! vlc streams to: udp://192.168.7.147:5555 (amino box ip address) amino browses to: udp://192.168.7.147:5555 (amino box ip address) it al...
by tvtalkshowshigh
15 Aug 2006 20:53
Forum: VLC stream-output (sout)
Topic: Streaming to Amino AmiNET124 - unicast or multicast
Replies: 4
Views: 4520

i think you're both saying the same thing - that source (VLC server) and destination (Amino STB client) need to specify each other's IP address...?

i'll try that when i'm in the office tomorrow morning and report back.

thanks guys.
by tvtalkshowshigh
14 Aug 2006 18:35
Forum: VLC stream-output (sout)
Topic: Streaming to Amino AmiNET124 - unicast or multicast
Replies: 4
Views: 4520

Streaming to Amino AmiNET124 - unicast or multicast

We've been looking for a good streaming video client for a while so last week we ordered an AmiNET124 I've had a look around the forums and established that multicast streaming does[/u] now work to Amino boxes but has to be UDP video packets sent over RTSP. Other posts suggest that UDP unicast strea...
by tvtalkshowshigh
15 May 2006 17:54
Forum: VLC media player for Windows Troubleshooting
Topic: What is the standard value of audio output?
Replies: 7
Views: 1720

i think what Atropos is trying to say is that when you save a playlist and then reopen it you loose the "tree" layout in the playlist window. as seen here: when the playlist is created: http://www.howmany.co.uk/vlc/playlist.jpg after the playlist has been saved and reloaded: http://www.how...
by tvtalkshowshigh
15 May 2006 09:07
Forum: Skins
Topic: Boolean expression request - window_id.isLayout(layout_id)
Replies: 5
Views: 4317

a much friendlier syntax than my suggestion.

i was forgetting that layout IDs are globally unique, rather than being local to their window.

thanks again,

mark.
by tvtalkshowshigh
14 May 2006 21:13
Forum: Skins
Topic: Boolean expression request - window_id.isLayout(layout_id)
Replies: 5
Views: 4317

excellent! :D

thanks ipkiss.
by tvtalkshowshigh
14 May 2006 18:24
Forum: Skins
Topic: Boolean expression request - window_id.isLayout(layout_id)
Replies: 5
Views: 4317

Boolean expression request - window_id.isLayout(layout_id)

would it be possible to add a boolean expression to the skins2 interface please? while skins2 allows you to check the visibility of a "window" it doesn't let you check the "layout" of that window. i'd suggest something along the lines of: window_id.isLayout(layout_id) thanks in a...

Go to advanced search