VLC and RTSP

Hey all,
A recent upgrade of vlc broke the rtsp support. When I open an RTSP stream my command line shows warning like these:
[0x2f08008] main input error: open of `rtsp://mafreebox.freebox.fr/fbxtv_pub/stream?namespace=1&service=201&flavour=hd' failed: (null)
Did anyone else encountered the same problem? Is there any known fix?
Thanks

I resolved the issue, short story, live-media should be built static and not dynamic...
I've being trying to resolve the issue the
whole day, but whatever I tried ( that's already suggested here or on the french forum since RTSP is mostly used by people owning a FreeBOX in France) I always get this:
libvlc warning: cannot load module `/usr/lib/vlc/demux/liblive555_plugin.so' (/usr/lib/vlc/demux/liblive555_plugin.so: undefined symbol: _ZTI9HashTable)
Googling this error led me to http://forum.videolan.org/viewtopic.php … 03#p221068
Below is the new live-media PKGBUILD, compile it and then re-compile VLC
# $Id: PKGBUILD 52918 2009-09-23 09:22:24Z giovanni $
# Maintainer: Giovanni Scafora <[email protected]>
# Contributor: Gilles CHAUVIN <[email protected]>
# Contributor: Wael Nasreddine <[email protected]>
pkgname=live-media
pkgver=2009.09.21
pkgrel=2
pkgdesc="A set of C++ libraries for multimedia streaming"
arch=('i686' 'x86_64')
license=('LGPL')
url="http://live555.com/liveMedia"
depends=('gcc-libs')
source=(ftp://ftp.archlinux.org/other/live-media/live.${pkgver}.tar.gz)
md5sums=('1edc70c86bbbe7c6349f710295fe732c')
build()
cd ${srcdir}/live
sed \
-e 's/$(INCLUDES) -I. -O2 -DSOCKLEN_T/$(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T/g' \
-e 's/\(LIBRARY_LINK =\).*/\1 $(LD) -o/g' \
-e 's/\(LIBRARY_LINK_OPTS =\).*/\1 $(LINK_OPTS) -r -Bstatic/g' \
-i config.linux
./genMakefiles linux
make || return 1
for dir in BasicUsageEnvironment UsageEnvironment groupsock liveMedia; do
mkdir -p ${pkgdir}/usr/lib/${pkgname}/${dir}
cp -r ${dir}/*.a ${dir}/include ${pkgdir}/usr/lib/${pkgname}/${dir}
done
mkdir -p ${pkgdir}/usr/bin
for testprog in `find testProgs -type f -perm 755`; do
install ${testprog} ${pkgdir}/usr/bin
done
Please try it..
Last edited by eMxyzptlk (2009-10-17 17:44:19)

Similar Messages

  • No Sound in VLC and Virtualbox

    I have a workstation with two sound outputs - my ESI Juli@ and the HDMI out on my FirePro V5800.  I have an issue where some applications cannot produce sound.  That said, alsamixer and the OS itself do see the card, and it works just fine for sound from Firefox.
    Originally, my issue was ALSA defaulting to the HDMI out and not giving me any audio.  I first solved this by blacklisting the module for snd-hda-intel (the HDMI out).  This "hack" allowed the OS to automatically choose the Juli@ as the default sound card and got sound working in the OS itself and Firefox.  But then, I realized VLC and Virtualbox weren't working with the card and figured I should find a more proper solution.  I got the following message from VLC:
    "VLC failed to initialize your sound output device (if any).
    Please update alsa-lib to version 1.0.23-2-g8d80d5f or higher to try to fix this issue."
    Looking at the ALSA page on the Arch wiki, I decided that manually reordering the modules was necessary.  The documentation there was poor, though, and I couldn't figure it out.  Eventually, I found a forum post about the above error message and someone put things in more simple language.  As such, I've modified my modprobe.conf to look like this:
    # /etc/modprobe.d/modprobe.conf (for v2.6 kernels)
    options snd-ice1724 index=0
    options snd-hda-intel index=1
    I must've done something right, because the OS and Firefox get sound just fine with the Juli@ as the default sound card without me blacklisting the HDMI out's module.  However, my issue in VLC and Virtualbox remains with the same errror message, so I figure I'm missing something.
    Here is the output of aplay -l:
    **** List of PLAYBACK Hardware Devices ****
    card 0: Juli [ESI Juli@], device 0: ICE1724 [ICE1724]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Juli [ESI Juli@], device 1: ICE1724 IEC958 [ICE1724 IEC958]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: Generic [HD-Audio Generic], device 3: ATI HDMI [ATI HDMI]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    The relevant entries from lspci -v:
    01:01.0 Multimedia audio controller: VIA Technologies Inc. VT1720/24 [Envy24PT/HT] PCI Multi-Channel Audio Controller (rev 01)
            Subsystem: Device 3031:4553
            Flags: bus master, medium devsel, latency 64, IRQ 23
            I/O ports at a000 [size=32]
            I/O ports at 9800 [size=128]
            Capabilities: <access denied>
            Kernel driver in use: ICE1724
            Kernel modules: snd-ice1724
    06:00.1 Audio device: ATI Technologies Inc Juniper HDMI Audio [Radeon HD 5700 Series]
            Subsystem: ATI Technologies Inc Juniper HDMI Audio [Radeon HD 5700 Series]
            Flags: bus master, fast devsel, latency 0, IRQ 51
            Memory at febfc000 (64-bit, non-prefetchable) [size=16K]
            Capabilities: <access denied>
            Kernel driver in use: HDA Intel
            Kernel modules: snd-hda-intel
    And the output given by VLC when run from command line and given a file to play:
    VLC media player 1.1.6 The Luggage (revision exported)
    Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
    Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
    Blocked: call to setlocale(6, "")
    Blocked: call to sigaction(17, 0x7f2a8f203ab0, 0x7f2a8f203b50)
    Warning: call to signal(13, 0x1)
    Warning: call to signal(13, 0x1)
    Warning: call to srand(1296590680)
    Warning: call to rand()
    Blocked: call to setlocale(6, "")
    (process:5985): Gtk-WARNING **: Locale not supported by C library.
        Using the fallback 'C' locale.
    Warning: call to signal(13, 0x1)
    Blocked: call to sigaction(11, 0x7f2a8f203370, (nil))
    Blocked: call to sigaction(6, 0x7f2a8f203370, (nil))
    Blocked: call to sigaction(5, 0x7f2a8f203370, (nil))
    Blocked: call to sigaction(8, 0x7f2a8f203370, (nil))
    Blocked: call to setlocale(1, "C")
    Blocked: call to setlocale(1, "en_US.utf8")
    Blocked: call to setlocale(1, "C")
    ALSA lib pcm_direct.c:980:(snd1_pcm_direct_initialize_slave) unable to install hw params
    ALSA lib pcm_dmix.c:1030:(snd_pcm_dmix_open) unable to initialize slave
    [0x26a0d60] oss audio output error: cannot reset OSS audio device
    [0x26a0d60] jack audio output error: failed to connect to JACK server
    ALSA lib pcm_direct.c:980:(snd1_pcm_direct_initialize_slave) unable to install hw params
    ALSA lib pcm_dmix.c:1030:(snd_pcm_dmix_open) unable to initialize slave
    Warning: call to sigaction(14, 0x7f2a85830850, (nil))
    SNDCTL_DSP_GETFMTS: Device or resource busy
    Warning: call to rand()
    Warning: call to rand()
    Warning: call to rand()
    Warning: call to rand()
    I'm thinking the system seeing the Juli@ as two devices means I need to add another line to modprobe.conf, but I'm not really sure at this point.  It'd be awesome if someone a little more expert regarding ALSA and maybe this audio chipset could please give a guy some help.

    BUMP for this one.
    I've updated packages since then, as well as manually selecting ALSA as playback for these two programs with no luck.  I've tried using the instructions here:
    http://www.alsa-project.org/main/index. … le-ice1724
    But it seems like most of it isn't relevant...  My Arch install has soundcore.ko.gz, snd-cmipci.ko.gz, and snd-ice1724.ko.gz just by proxy.  The part about /etc/conf.modules is deprecated in Arch as well.
    I'm dying to have sound in VLC and my VMs on my desktop.  Please help!

  • ITunes 10.0.4.4 is stuttering at most HD videos (Win 8 64 bit). VLC and WMP works fine.

    Hi,
    i have a problem while i'm trying to setup my iTunes on Windows. iTunes 10.0.4.4 is stuttering at the most of my HD videos (Win 8 64 bit).  On VLC and WMP all Videos are playing fine. My 3 years old Macbook PRO with much less computing power plays all my videos smooth. Unfortunately since i have a lot of iTunes stuff and iDevices i have and i wnat to use iTunes also under Windows 8 (64bit). The impossibility to play my movies smooth annoys me
    Hope someone can help me Thanks!
    My PC-Config:
    Win 8 PRO with Windows Media Center
    iTunes 10.0.4.4
    CPU: i7 4400 3,3 Ghz Quad
    RAM: 16 GB
    SATA: 256 GB SDD Samsung
    GraphicsCard: NVIDIA Geforce GTX 770 - 4GB

    Hi TischKaskade,
    If you are having issues with HD video playback in iTunes on your Windows machine, you may find the following article helpful:
    Apple Support: Troubleshooting iTunes for Windows Vista or Windows 7 video playback performance issues
    http://support.apple.com/kb/ts1718
    Regards,
    - Brenden

  • (Solved) Having trouble installing vlc and openoffice

    I am having trouble installing both VLC and Openoffice.
    VLC
    I tried typing in:
    yaourt -S vlc
    At first, it finds the package, and the first time I did it, downloaded quite a bit of stuff, and then it failed after installing a rather large package and then says :
    error: failed retreiving file 'vlc-0.9.9a-6-i686.pkg.tar.bz' from archlinux.unix.heads.org : Not Found
    Any idea what may be causing this?
    OpenOffice
    I tried typing in:
    yaourt -S openoffice
    Then it said it could not find openoffice in my /etc/customizepkg.d and then asks me to change my PKGBUILD and I had no idea what to edit in it.
    Then, it tried to install it,  and it tells me svn is not found in AUR.
    What does this mean and how can I get openoffice?
    Last edited by iscalio (2009-07-09 08:26:02)

    You need to use the -y flag to update your local repository list.
    Ie pacman -Sy
    You can conveniently combine all of your tasks..
    pacman -Sy vlc openoffice-base
    Error retrieving a file means either
    A) The mirror you are using is updating itself and you were unlucky enough to sync right when it was doing so.. youll need to wait a little while and try -Sy again then..
    B) Related to A.. your database could be either older or newer than the mirror you are using. If you switched mirrors recently, this happens sometimes. Most mirrors update ~daily, but some update ~weekly. -Sy to sync.. you could try -Syy to force a full sync so that even lists of supposedly up-to-date repositories (core,extra,so forth) are synced (doing so is only good/useful if you have problems)..
    C) Your mirror is offline.. change it to another one in /etc/pacman.d/mirrorlist
    D) Your internet is not running / your DNS is not working properly.. try to ping a site you know is online to be sure. Google is always a good choice. ping www.google.com. You can ctrl+c to end it if it responds as expected. Fix your internet (see the wiki) and domain name server (/etc/resolv.conf and your router) if you have problems.
    You may or may not also wish to pacman -Scc in order to clean out your cache of saved packages in case there is a download problem.
    Your post gives the impression you don't understand pacman vs yaourt.. apologies if i'm wrong, but just in case:
    Pacman is used for official binary repository files. Yaourt can do pacman's job in addition to its own with the same syntax (imo it does a pretty slow and lousy job of such though), but it's real original function is primarily to install 3rd party / community packages that the Arch devs either can't or won't maintain (and most often, have not "ok"ed them as safe to install). You should look at yaourt in the wiki.. when it asks you to change the pkgbuild I imagine you mean when it says 'what do you want to edit it with?'.. which you dont need to edit it at all. The reason it asks you is because yaourt can install stuff from AUR, which like I said is 3rd party / community stuff that can contain something malicious (AUR is open to submissions, unlike the official repositories) and you are highly advised to look it over for something fishy before compiling and installing. FYI -- believe me, you don't want to compile openoffice without reaaally good reason on a really fast machine. It hurts. Your machine will be as usable as a doorstop for a very long time while it's doing it's business. Just save your time and patience, install the compiled binary via pacman instead.
    Please use the wiki, forum search functions, and man pages. Most of the Arch community is friendly and knowledgeable, but people get (rightly) irked when their work maintaining the aforementioned to answer queries like this one are ignored.
    Last edited by FrozenFox (2009-07-09 03:26:02)

  • [SOLVED] Do I need to install Codecs if I use VLC and Clementine?

    I realize that this might be a stupid question but I just want to be sure.
    Do I need to install the Codecs listed on the Arch Wiki if I'm using VLC (for video) and Clementine (for audio)? If not, then is there any situation you can think of where I might need those codecs installed even after I have the necessary media apps?
    Last edited by chosentorture (2014-12-06 02:33:36)

    drcouzelis wrote:What codecs and wiki page are you referring to?
    All the relevant codecs needed to play videos and audio files listed on Codecs.
    drcouzelis wrote:Do you have a video or audio file that doesn't play correctly? If not, then you're all set!
    After installing VLC and ALSA, some videos played correctly while others opened with incorrect resolutions and a screeching and tearing sounds.

  • RTP  and RTSP

    I have 2 question want to ask:
    1)Is RTP and RTSP can pass through firewall?
    Or can you tell me which TCP port no. be used for RTP and RTSP protocol?
    2)Also,Is this possible to transfer video data thro' http protocol?

    1a: Yes , (If firewall rules permit)port 554 for RTSP (http://www.chebucto.ns.ca/~rakerman/port-table.html)
    1b: No, (if firewall rules disallow)
    2:(see answers above)

  • I recently bought 13" mbp 2012 and I noticed that I only got 2HRS max and the only thing Im doing is watch movies on VLC and surf the net. How long does you mbp battery last?

    I recently bought 13" mbp 2012 and I noticed that I only got 2HRS max and the only thing Im doing is watch movies on VLC and surf the net. How long does you mbp battery last?

    That listed 7 hours is with very limited use. Low screen brightness, low keyboard backlight, No WiFi or bluetooth.
    Most I have ever gotten from my 15" 2011 model is around 5-6 hours and that was with very light use. Just Web, Chrome, and email, thunderbird, and Wifi.

  • VLC and hardware acceleration ?

    Hello !
    I have a problem with VLC and hardware acceleration. I have installed the VDPAU package, and enabled GPU in VLC preference. At this point, when I try to play a h264 video, VLC crashes with the following output :
    m_el[mi_level] == NULL
    arrrrrrrrrrrrrg Up cannot escape itself
    m_el[mi_level] == NULL
    arrrrrrrrrrrrrg Up cannot escape itself
    libva: libva version 0.31.1
    Xlib:  extension "XFree86-DRI" missing on display ":0.0".
    libva: va_getDriverName() returns 0
    libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
    vlc: vdpau_driver.c:233: vdpau_do_Initialize: Assertion `vdp_status == VDP_STATUS_OK' failed.
    Aborted
    I don't know what to do to fix it. My GPU is Nvidia 8800GTX. I anyone can help me, thanks !

    Here is vainfo output, thank you :
    [vince@areca ~]$ vainfo
    libva: libva version 0.31.1
    Xlib:  extension "XFree86-DRI" missing on display ":0.0".
    libva: va_getDriverName() returns 0
    libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
    vainfo: vdpau_driver.c:233: vdpau_do_Initialize: Assertion `vdp_status == VDP_STATUS_OK' failed.
    Aborted
    [vince@areca ~]$

  • VLC and even Quicktime stutters while playing videos

    VLC and even Quicktime stutters while playing videos, more so for HD content. Any tips to improve performance? I have already tried turning off automatic graphics switching, did not make things better
    I have an early 2011 Macbook Pro 15 inch, and i have had this problem from forever

    I'm sorry, I didn't explain myself correctly. I was referring to watching a video on the iPod. It is really annoying when the video freezes momentarily, and the audio continues to play smoothly, but by the time the video catches up, you have lost several frames of your video. You know what I mean? Really annoying...
    Papi625
    Let me ask you this:
    How can you "watch" a video while you are scrolling
    around in your menus? There is only one screen on my
    iPod and I can only use it to watch videos OR scroll
    through menus. When I press the menu button while
    watching a video, the iPod goes back to the previous
    menu. Then, when I go back to the video, it starts
    back exactly where it was when I pressed the menu
    button in the first place. Apparently, it pauses
    while you are looking through the menu screens. Now
    with music, I understand what you're saying but I
    haven't had any stuttering or anything while browsing
    the menus. The video is a bad example because it
    doesn't work like you have explained....

  • I burned home movie in idvd on 2010 iMac and plays fine there but not on 2008 macbook pro. someone mentioned vlc and codex needs?

    I created a movie in imovie and burned it to -R disk on my 2010 imac. It plays well there. But when I tried to play it in my 2008 macbook pro it would not play. what I got was two folder icons that said audio and visual and when i clicked on those it brought up several lines I couldn't understand. I did get the audio but not the video.
    Apple said the Pro was beyond applecare which I knew but I thought it was iLife issue. They said it was not---that it was a Pro issue. I heard something about needing download of VLC and something about a codex. Not having much of an idea of what I was doing I downloaded a VLC thing and the disk played audio and video. Once. Today it will not play. So that is where I am stuck. Can anyone help please?

    Hi
    Does the DVD play on a standard DVD-player ?
    If so - then the Pro doesn't need anything. Most probably the problem is due to
    • Cheap brand of DVD used - Memorex and NoName known problem makers - I use Verbatim (only)
    • Burn Speed not set down - I do to x2 - and to select BEST is not a good choice at all as this will be same as Highest = Lot's of burn errors
    If DVD plays OK on the other Mac - make a Copy BY USING Disk Util tool and do not forget to set down the Burn Speed !
    Yours Bengt W

  • VLC and permissions

    I have 2 related questions. I am not sure if this is the best place o ask but I'll give it a shot.
    I have not yet mastered the permissions model in OS X. For some reason when I install VLC and change to a different login account, VLC cannot be run. Every other program that I have installed can be run from any account. I am running a nightly Intel build of VLC. Is there an easy way to make VLC available to all users?
    I am used to Windows XP permissions. In Windows I can select a folder and change permissions of everything contained in the folder at once. Is there a way to do this in OS X?

    I've managed to get that far already but I don't see any option to apply to enclosed items. I have a vlc icon in the apps folder. I went to the information dialog and tookover the ownership. Here's what I have:
    Ownership & Permissions:
    You can: Read & Write
    Owner: me
    Access: Read & Write
    Group: admin
    Access: Read & Write
    Others: Read & Write
    Yet, when I double click on vlc I get an error. I see the button to apply to enclosed items but it is greyed out for some reason.

  • Vlc and lirc

    Hi guys!
    I need some help getting my remote to work with vlc. I configured lircd and have entries for mythtv, mplayer and vlc in my ~/.lircrc. The remote works fine with mplayer (after rebuilding using abs) and mythtv but not with vlc.
    So far, I downloaded the vlc PKGBUILD using abs and added --enable-lirc:
    #PKGBUILD
    ./configure --prefix=/usr \
    --enable-dvdread \
    --enable-lirc \
    --enable-dvdnav \
    --enable-madi \
    --enable-ffmpeg \
    --disable-rpath \
    --enable-qt4 \
    --enable-faad \
    --enable-alsa \
    --enable-skins2 \
    --enable-dvb \
    --enable-dmo \
    --with-ffmpeg-faac \
    --with-ffmpeg-vorbis \
    --with-ffmpeg-dts \
    --with-ffmpeg-ogg \
    --with-ffmpeg-theora \
    --enable-v4l \
    --enable-theora \
    --enable-flac \
    --enable-snapshot \
    --enable-hal \
    --enable-dbus \
    --enable-ogg \
    --enable-dbus-control \
    --enable-shared \
    --enable-nls \
    --enable-lirc \
    --enable-shout \
    --enable-pvr \
    --enable-release \
    --program-suffix= \
    --with-dv-raw1394=/usr/include/libraw1394 ${EXTRAFEATURES} || return 1
    I rebuilt vlc using makepkg and pacman -U'd the new package. I added entries like
    #~/.lircrc
    # Mute
    begin
    prog = vlc
    button = mute
    repeat = 3
    config = key-vol-mute
    end
    for vlc in my ~/.lircrc and restarted lircd. Somehow, im still missing something. Could you please give me a hint?
    Cheers
    zimt

    Thank you for the hint. I did not find specific debugging utilities, but I did something else. I did
    sudo /etc/rc.d/lircd stop
    sudo /usr/sbin/lircd -n
    to prevent lircd from going in the background. After starting, lircd prompted
    lircd: lircd(all) ready
    Then I started an .avi movie with vlc. The prompt did not show any output while startup or pressing any buttons of my remote control. Then I stopped vlc and opened the same movie with mplayer. This made lircd prompt
    lircd: accepted new client on /dev/lircd
    and
    lircd: removed client
    after I killed mplayer. I guess this is the correct output that should also be there when I start vlc. So it's not a button specific problem and rather me not being able to build vlc in a way that it supports lirc. Anyone any idea?
    Last edited by zimt (2008-12-26 12:23:35)

  • Recieve http or/and rtsp stream on iphone possible?

    hi i made up a LAN at home with own server and some media on it.
    I was setting up a stream on the pc with VLC media player.
    I created a homepage on the server which is linked to the vlc streams.
    The question is: Is there a possibility to use the Link on the homepage to stream the media to the iphone.
    I tried with android and Nokia and all other stuff and it worked fine. But iphone got troubles.
    The Point is i want to open the homepage click the link and see the stream. Can i set the iphone to open the homepage with safari but when i click the link to open a specific app to recieve the link? (the other phones automatically open their mediaplayer and play the stream.)
    All in one: is it possible to recieve a http or rtsp stream with iphone via homepagelink? (also for ipod touch) 
    regards Jonas

    Welcome to the Apple Community.
    No sorry that isn't possible.

  • VLC player RTSP server - JMF client

    Hello,
    I want to write application which can capture RTSP stream from VLC player. I am just beginner and don`t know where is problem. Can anybody help me, please? Here is my code, console output and log file.
    import javax.media.ControllerEvent;
    import javax.media.ControllerListener;
    import javax.media.Manager;
    import javax.media.MediaLocator;
    import javax.media.NoPlayerException;
    import javax.media.RealizeCompleteEvent;
    import javax.media.StartEvent;
    import javax.swing.SwingUtilities;
    import java.awt.BorderLayout;
    import java.awt.Component;
    import java.awt.Dimension;
    import javax.swing.JPanel;
    import javax.swing.JFrame;
    import java.awt.Rectangle;
    import java.io.IOException;
    import javax.media.Player;
    public class prehravacRTP extends JFrame implements ControllerListener {
         private static final long serialVersionUID = 1L;
         private JPanel jContentPane = null;
         private JPanel jPanel_Video = null;
         Player player = null;
         String url = null;
         MediaLocator mrl = null;
         Component visualComp = null;
         private JPanel getJPanel_Video() {
              if (jPanel_Video == null) {
                   jPanel_Video = new JPanel();
                   jPanel_Video.setLayout(new BorderLayout());
                   jPanel_Video.setBounds(new Rectangle(4, 3, 448, 333));
              return jPanel_Video;
         void setLocation(){
              url= "rtsp://192.168.1.100:5544/video.mov";
              mrl= new MediaLocator(url);
              if (mrl == null) {
                   System.err.println("Can't build MRL");
                   System.exit(1);
         void realizeRTSP(){
              try {
                   player = Manager.createPlayer(mrl);
              } catch (NoPlayerException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              } catch (IOException e) {
                   // TODO Auto-generated catch block
                   e.printStackTrace();
              player.addControllerListener(this);
              player.realize();
         public synchronized void controllerUpdate(ControllerEvent evt){
              System.out.println(evt.toString());
              if(evt instanceof StartEvent){
                   Player p = (Player) evt.getSourceController();
                   visualComp = p.getVisualComponent();
                  if (visualComp != null){
                       Dimension d = visualComp.getPreferredSize();
                       jPanel_Video.setSize(d);
                       jPanel_Video.add("North", p.getVisualComponent());
                       jPanel_Video.setVisible(true);
                       validate();
              if(evt instanceof RealizeCompleteEvent){
                   player.start();
         public static void main(String[] args) {
              SwingUtilities.invokeLater(new Runnable() {
                   public void run() {
                        prehravacRTP thisClass = new prehravacRTP();
                        thisClass.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                        thisClass.setVisible(true);
         public prehravacRTP() {
              super();
              initialize();
         private void initialize() {
              this.setSize(465, 369);
              this.setContentPane(getJContentPane());
              this.setTitle("RTSP Player");
              setLocation();
              realizeRTSP();
         private JPanel getJContentPane() {
              if (jContentPane == null) {
                   jContentPane = new JPanel();
                   jContentPane.setLayout(null);
                   jContentPane.add(getJPanel_Video(), null);
              return jContentPane;
    Open log file: C:\Program Files\JMF2.1.1e\bin\\jmf.log
    javax.media.TransitionEvent[source=com.sun.media.content.rtsp.Handler@1c0ec97,previous=Unrealized,current=Realizing,target=Realized]
    bandwidth info: RR:0
    javax.media.ResourceUnavailableEvent[source=com.sun.media.content.rtsp.Handler@1c0ec97,message=Failed to realize: Message from RTSP Server - Not found]
    javax.media.ControllerClosedEvent[source=com.sun.media.content.rtsp.Handler@1c0ec97]
    # JMF Version 2.1.1e
    ## Platform: Windows XP, x86, 5.1
    ## Java VM: Sun Microsystems Inc., 1.5.0_12
    ## Player created: com.sun.media.content.rtsp.Handler@1c0ec97
    ##   using DataSource: com.sun.media.protocol.rtsp.DataSource@1bb60c3
    ## outgoing msg:
    ## DESCRIBE rtsp://192.168.1.100/video.mov RTSP/1.0
    CSeq: 928
    Accept: application/sdp
    User-Agent: JMF RTSP Player Version 2.1.1e
    ## incoming msg:
    ## RTSP/1.0 200 OK
    Server: VLC/1.1.4
    Date: Tue, 23 Nov 2010 15:35:49 GMT
    Content-Type: application/sdp
    Content-Base: rtsp://192.168.1.100:5544/video.mov
    Content-Length: 344
    Cache-Control: no-cache
    Cseq: 928
    v=0
    o=- 15030303979736870809 15030303979736870809 IN IP4 fonzzy-laptop
    s=Unnamed
    i=N/A
    c=IN IP4 0.0.0.0
    t=0 0
    a=tool:vlc 1.1.4
    a=recvonly
    a=type:broadcast
    a=charset:UTF-8
    a=control:rtsp://192.168.1.100:5544/video.mov
    m=video 0 RTP/AVP 96
    b=RR:0
    a=rtpmap:96 H263-1998/90000
    a=control:rtsp://192.168.1.100:5544/video.mov/trackID=8
    ## Add RTP dynamic payload for video: 96 : h263-1998/rtp
    ## outgoing msg:
    ## SETUP rtsp://192.168.1.100:5544/video.movrtsp://192.168.1.100:5544/video.mov/trackID=8 RTSP/1.0
    CSeq: 929
    Transport: RTP/AVP;unicast;client_port=38658-38659
    User-Agent: JMF RTSP Player Version 2.1.1e
    ## incoming msg:
    ## RTSP/1.0 404 Not found
    Content-Length: 366
    Content-Type: text/html
    <?xml version="1.0" encoding="ascii" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml10/DTD/xhtml10strict.dtd">
    <html lang="en">
    <head>
    <title>Not found</title>
    </head>
    <body>
    <h1>404 Not found (/video.movrtsp://192.168.1.100:5544/video.mov/trackID=8)</h1>
    <hr />
    <a href="http://www.videolan.org">VideoLAN</a>
    </body>
    </html>
    !! [SDP Parser] Token missing: v=Every help will by appreciated. Thank you.

    Thank you for responce captfoss,
    I have also option to stream HTTP with VLC. I tried stream mp3 and it`s working. My application start caching than start player and keep caching. With video I have problem. Application starts caching than start player, but only shows one frame and than again prefetched state.
    javax.media.TransitionEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,previous=Unrealized,current=Realizing,target=Realized]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=103737]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=204912]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=307848]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=409609]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=513394]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=614423]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=717655]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=819369]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=923076]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=1024742]
    javax.media.RealizeCompleteEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,previous=Realizing,current=Realized,target=Realized]
    javax.media.TransitionEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,previous=Realized,current=Prefetching,target=Prefetched]
    javax.media.PrefetchCompleteEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,previous=Prefetching,current=Prefetched,target=Prefetched]
    javax.media.StartEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,previous=Prefetched,current=Started,target=Started,mediaTime=javax.media.Time@14e8cee,timeBaseTime=javax.media.Time@67064]
    javax.media.EndOfMediaEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,previous=Started,current=Prefetched,target=Prefetched,mediaTime=javax.media.Time@3c9217]
    javax.media.DurationUpdateEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,duration=javax.media.Time@9b42e6
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=1126585]
    javax.media.CachingControlEvent[source=com.sun.media.content.video.mpeg.Handler@170888e,cachingControl=com.sun.media.protocol.DataSource$CachingControl@b9e45a,progress=1229673]I also tried add this to event controller without success.
    if(evt instanceof PrefetchCompleteEvent){
                   player.start();
    }Any suggestion? Thank you.
    Edited by: 814939 on Nov 24, 2010 5:02 AM

  • All video applications crash when loading a video. Including web browsers, vlc and quick time

    Last night chrome started crashing when trying to load a youtube video. I tried on safari and then downloaded firefox but they crashed too blaming flash player. Then when i tried to play a video using vlc that crashed too and so did quick time. Nothing will play in any application.   
    I've tried reinstalling the browsers, uninstalling and reinstalling flash player, repairing disk permissions, starting in safe mode and installing avast to scan for malware but none of these have made any difference. I haven't installed any updates since the last time it was working
    When verifying the disk permissions i get the following and no matter how many times i repair them it says the same thing
    OS 10.6.8
      Model Name: Mac Pro
      Model Identifier: MacPro1,1
      Processor Name: Dual-Core Intel Xeon
      Processor Speed: 2.66 GHz
      Number Of Processors: 2
      Total Number Of Cores: 4
      L2 Cache (per processor): 4 MB
      Memory: 4 GB
      Bus Speed: 1.33 GHz
      Boot ROM Version: MP11.005C.B08
      SMC Version (system): 1.7f10
      Serial Number (system): CK******Z6M
      Hardware UUID: *****
    <Edited By Host>

    Verify permissions for “HD”
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/Resources/zh_TW.lproj/RemoteDesktopMenu.nib" , should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/zh_TW.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/zh_TW.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/Resources/zh_CN.lproj/RemoteDesktopMenu.nib" , should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/zh_CN.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/zh_CN.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/Resources/ko.lproj/RemoteDesktopMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/ko.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/ko.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/Resources/Dutch.lproj/RemoteDesktopMenu.nib" , should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/Dutch.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/Dutch.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/Resources/Italian.lproj/RemoteDesktopMenu.ni b", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/Italian.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/Resources/Spanish.lproj/RemoteDesktopMenu.ni b", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/Spanish.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/Spanish.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/Resources/French.lproj/RemoteDesktopMenu.nib ", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/French.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/French.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/Resources/German.lproj/RemoteDesktopMenu.nib ", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/German.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/German.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/Resources/Japanese.lproj/RemoteDesktopMenu.n ib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/Japanese.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/Japanese.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Group differs on "Library/Internet Plug-Ins/flashplayer.xpt", should be 80, group is 0.
    Permissions differ on "Library/Internet Plug-Ins/flashplayer.xpt", should be -rw-rw-r-- , they are -rw-r--r-- .
    Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/Resources/English.lproj/RemoteDesktopMenu.ni b", should be drwxr-xr-x , they are -rwxr-xr-x .
    Warning: SUID file "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent" has been modified and will not be repaired.
    Permissions differ on "System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Support/Rem ote Desktop Message.app/Contents/Resources/English.lproj/UIAgent.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions differ on "System/Library/CoreServices/RemoteManagement/AppleVNCServer.bundle/Contents/Su pport/LockScreen.app/Contents/Resources/English.lproj/MainMenu.nib", should be drwxr-xr-x , they are -rwxr-xr-x .
    Permissions verification complete

Maybe you are looking for

  • HP Color LaserJet Pro MFP M177fw

    My printer was working fine and suddenly stopped working. The printer now is stuck in the initializing mode. I've restored the factory setting, power cycled the printer (both with the power button and by disconnecting the power cord) to no avail. How

  • Trying to play from an external drive created unexpected results

    I have a Firelight drive that was full of music from another computer so I plugged it into my iMac then held down the option key while opening itunes.\ Choose Library didn't work so I clicked on Create a new Library in itunes. I wanted to just play a

  • Officejet pro 8610 won't scan in color

    I'm using a Mac OS 10.6.8 and just connected my new HP Officejet Pro 8610.  It is only scanning in black and white.  I do not see a place to select for color (when you select copy you have that choice but not on scan).  It prints in color and makes c

  • Since Yesterday I can't access iTunes Store

    Hi, On 8/7 i began experiencing an error to connect to iTunes Store when I am trying to buy items in the shop of a game my son plays and it has persisted for 2 days now. I have purchased items successfully in the past from this same game. There was a

  • My ipod touch just stopped working

    My Ipod 4th generation just stopped working - not turning on