Hi to all. Currently I am receiving a multicast voice traffic on the multicast address: 224.1.1.1:24820 and VLC play it fine using rtp://@224.1.1.1:24820 parameter. However I need mix two streaming audio send to this multicast address on VLC from two or three different IP address. When I tried to pl...
Hi j-b Thanks for your response, I build the following form using a VLC lua extension, with this form you can input your TuneIn username and password. http://i.imgur.com/m0y3W6B.jpg The idea is when user made clic in the TuneIn SD It read the username and password from this file, However I need to g...
Hi, I'm in Linux Mint and I can compile VLC using make -e or compile.sh way. However I was interesting in help us in the VLC UI, but when I open the project in eclipse I see the following error. http://i.imgur.com/5DyBYDL.png I'm searching about this error and it say that until AAPT v5 the style nam...
Yes, The extension if for show a dialog to enter username and password. In this moment, TuneIn Radio SD Script, has the username and password as variables but I think that its interesting make an dialog to request this info.
Hi, So many people have request me a dialog with username and password in TuneIn Radio Service Discovery, However after writer the VLC Extension, write the config file, I can't load in the service discovery lua script the vlc.config object. Anyone know, how to read vlc.config object from Service Dis...
Hi to all, I want to share the new version of TuneIn Radio Service Discovery (0.3) for VLC with the following improvements: Version 0.3 [*]Bug fixed about TuneIn Password [*] Added StreamTheWorld Support : With this playlist parser script, you can listen so many stations around the world for example...
Hi to all, Currently I'm working in a TuneIn Radio Service Discovery, as part of this implementation, I'm writing a playlist parser function to parse the radiotime.com links and RadioStations, i.e. "By Location Link". Its runs, but I want that VLC create a tree with children that deploy it...
Hi to all I want to share with us the Version 0.2 from my TuneIn Radio SD LUA Script for VLC It can be downloaded from: http://addons.videolan.org/content/show.php?content=152788 Screenshots http://addons.videolan.org/CONTENT/content-pre2/152788-2.png http://addons.videolan.org/CONTENT/content-pre3/...
Hi, I'm working on testing the contrib tree in OS X 10.7 Lion x86_64 architecture. If I compile VLC with the contrib tree and the libupnp version 1.6.16 its works fine. However with the latest j-b update from this library to 1.6.17, the compilation crash. I receive the following message with --disab...
Hi! On November 2, @Feepk update the bootstrap to use clang compiler. I'm try to compile contrib tree in Xcode 4.1 in MacOSX Lion x86_64 and Its my result libdvbpsi I receive the following error http://pastebin.com/sNBWdBZ1 I fixed it, replacing the optimization flag in clang here --- configure-old ...
Hi I'm trying to compile the vlc-1.1.10-git version of VLC in MacOSX and I receive the following error with the version number 49 of contrib. rm -f tr.gmo && /Users/diegofn/Documents/vlc/vlc-1.1/./extras/contrib/hosts/x86_64-apple-darwin10/bin/msgfmt -c --statistics -o tr.gmo tr.po 5451 tran...
Hi, on December 2, Jean Baptiste update the Contrib tree with an MPC libmpcdec as I shown here mpcdec: $(SVN) co $(MUSE_SVN) -r 468 mpcdec cd $@; patch -p0 < ../Patches/libmpc-simple.patch .mpcdec: mpcdec (cd $<; cmake . -DCMAKE_TOOLCHAIN_FILE=../../toolchain.cmake -DCMAKE_INSTALL_PREFIX=$(PREFIX) &...
Hi everyone I have the latest version of VLC. I can play a 3gp with amr audio codec, however I can't trancode any file to this audio codec. I use the following line vlc -vvv dshow:// --dshow-tuner-channel=16 :sout=#transcode{width=176,height=144,vcodec=H263,vb=128,fps=12.5,acodec="[b]samr[/b]&q...
Hi VLC Friends I run VLC 1.1.2 as SDP write with the following line: vlc -vvv C:\streaming\superdriver2.mp4 :sout=#transcode{width=176,height=144,vcodec=H263,vb=128,fps=12.5,acodec="amr",ab="12200",samplerate="8000",channels="1",sfilter='logo{file=C:\streaming...
Hi! Respect this problem I trying to play some asterisk files in G.729 format. This files are available in http://downloads.asterisk.org/pub/telephony/sounds/asterisk-core-sounds-en-g729-current.tar.gz And I don't listen this.I get the following output Trying Lua playlist script /Users/diegofn/Docum...