Shockwave and RTSP

I'm having an issue linking swf files from our streaming
server and was wondering if anyone has had experience with this.
I've linked to RealNetworks files and Microsoft media files without
issue. Just wondering if there's an extra step when working with
.swf files.
Thanks!

Other media player will require special versions to be coded for the iPhone. At this time this is not possible.
With the SDK release in Feb it will be possible for 3rd parties to code for the iPhone. We might see such player after that release.

Similar Messages

  • 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)

  • Help please with Shockwave and Firefox

    Does anyone know how to enable shockwave in Forefox 2.0? I
    have been on the support site for FireFox and tried selecting the
    properties and changing it to be compatible with MS NT and MS 2000
    as they suggested but to no avail. I even uninstalled shockwave and
    flash and reinstalled but again nothing. Flash appears to work but
    not shockwave. Any advice?

    gota? wrote:
    > Does anyone know how to enable shockwave in Forefox 2.0?
    I have been on the
    > support site for FireFox and tried selecting the
    properties and changing it to
    > be compatible with MS NT and MS 2000 as they suggested
    but to no avail. I even
    > uninstalled shockwave and flash and reinstalled but
    again nothing. Flash
    > appears to work but not shockwave. Any advice?
    You may want to try Director related forum. Shockwave it's a
    Director's player, not Flash's
    player. Two very different players.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Shockwave and Flash Player installed works fine but it says damaged in the dependency tab.

    I have Windows Vista Home Premium 32 bit. When I go to
    downloaded programs in windows where your active x programs are.
    The icons on the leftt of shockwave player are white. I right click
    on the shockwave player and click on properties and in the
    dependency tab has nothing in the file name. Over to the right size
    bites says damaged. On the download programs itself where the
    shockwave player is the status says installed and the bite size
    says 4 KB it did not it did not say damage only in the dependency
    tab. My shockwave programs and games work fine. On the dependency
    it has this message,This page lists the 1 file (s) amd 0 java
    packages upon which shockwave active x controls depends on. I tried
    uninstalling and reinstalling about 5 times and the samething came
    up. If it has to run on the main package java the samething is
    there too. There too it is installed and the bites are okay the
    only place it says damage is in the dependency tab. I unstalled
    that and reinstalled it the same number of times and the samething
    appeared. Flash player the same way. How do I fix this problem? In
    dowloaded programs I also have another shockwave active x control
    with the same version and 2 java of the same version. Also after I
    uninstall shockwave player I go to manage add ons and delete the
    one that is still there and in the downloaded programs it has
    unknown with a bunch of letters. There is no way to delete that
    when you right click it you only see properties.

    Try clearing the Cache in Firefox.
    Tools-> Clear Recent History -> [v] Cache
    or
    Tools->Options->Advanced->Network -> Offline storage -> [Clear Now]
    Youtube may have made some changes recently. Clear the Youtube cookie and refresh page if above does not do it.

  • 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 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)

  • JMF and RTSP

    Hi guys,
    I was reading http://java.sun.com/products/java-media/jmf/2.1.1/support-rtsp.html and i tried to wrote a program to load an mp3 from a streaming server like this:
    import java.net.*;
    import javax.media.*;
    import javax.media.bean.playerbean.MediaPlayer;
    public class MeuPlayer {
    public static void main(String[] args) {
         try{
              //URL mediaURL = new URL("rtsp://81.92.203.130:554/a.mp3");
              MediaLocator med = new MediaLocator("rtsp://81.92.203.130:554/a.mp3");
              Player myplayer = Manager.createPlayer(med);
              myplayer.prefetch();
              myplayer.start();
              }catch(Exception e){System.out.println(e);
    What happens id the following:
    the programs presents in the display the bandwidth info and blocks....
    I've the mp3plugin installed
    Tks in advance,
    Ze Maria

    I am closer to getting it working.
    http://java.sun.com/products/java-media/jmf/2.1.1/solutions/CustomPayload.html
    I noticed that DSS4 and DSS5 both transmit custom RTP payloads type 96, and 97
    According to the link above, they are dynamic payload types.
    I have been able to get JMStudio to connect to DSS but then DSS transmits to a different port on wich JMStudio is receiveing!!!!
    I first connect with JMStudio using open -> rtsp://192.168.4.4/sample_100kbit.mov
    then I use network monitor to see what port DSS is transmitting to(this is dynamic)
    then i use AVCustomRecv to receive on the port DSS is transmitting to.
    It will be alot of work, but deffinately possible.
    The trick is to register the custom payload types of what DSS is sending.(type 96, 97)
    I think type 96 is the audio track
    and 97 is the video track.
    Have fun.

  • Size, shockwave and save me

    I am trying to fix a webpage in Dreamweaver...I am very
    new..I have no idea how to build, but I was told to build pages
    changing my screen reso to 800x600......is that true? (who had that
    idea? why do you have to build in that? sorry too many questions!)
    So I made a table that was 800x600. I want to fit this
    shockwave thing I made in Director essentially as my webpage, but
    the shockwave file is bigger than 800x600, its roughly
    1000x700....why can I not resize that? It will only show part of my
    file. Plus for some reason there is a white area around the
    shockwave. But in Director there is nothing white..it is cut to the
    edge.
    I took a "print to screen" snapshot..
    http://s120.photobucket.com/albums/o185/stella1251/?action=view&current=webprob.jpg
    It is only part of the page..showing the bottom corner..see
    the white area around the highlighted box for the "click to
    activate"? I don't know why that is there :(
    Any help would be greatly appreciated..thanks for listening.

    Bernd, thank you for your attempt to help but the option dialog windows do not contain the same options.  There are numerous other posts on this forum about this issue and there is no answer.  Clearly, there is an issue.  I have submitted this issue to our internal help desk.

  • Download shockwave and run as script

    i work in an organization where users have low privliges and
    they can't install shokwave, i can't install it manually because
    there is more than 100 users.
    the best solution is to run the installation as script.
    where can i download the newest version of shockwave?

    Can you tell me how I "run the installation as script?"
    You can download Shockwave 11 at:
    http://www.adobe.com/downloads/?ogn=EN_US-gntray_dl_downloads
    You'll see it in the upper right corner of the page.
    Good luck,
    Larry

  • Do I need Shockwave and Adobe both?

    shockwave sometimes holds up loading of websites. just need to know if i need both Adobe and shockwave both or can shockwave be deleted?

    Note the there is the Flash plugin also known as Shockwave Flash and Shockwave for Director that is hardly used these days, so do not confuse the two.
    *https://support.mozilla.org/kb/Using+the+Shockwave+plugin+with+Firefox
    *https://support.mozilla.org/kb/Managing+the+Flash+plugin

  • WVCGA- File names; Audio in 3gp and rtsp..

    Hi guys, new to this forum and I have found great solutions for my camera's setup  by reading all your posts...
    For the WVCG54A Does anybody know what the logic is for the video file names ? When I get email the filename starts with the date and then the time as in "0904171758" which is a very convenient way for staorage and filing in my pc , but when I use the software to directly record to my computer within my home network, I get file with names that start with 1234  and look like 12349975790 which makes no sense at all as they do not relate to any data thatI can think of. Anybody know how to change this setting?
    Also, I can not listen to audio in files sent by email in 3gp format,  I can though, in SEF files stored directly within my home network. anybody knows if there is a way around it?.
    One more, No audio while streaming thorugh rtsp. Anybody knows if this is by design or are there any codecs to use?
    Thanks in advance!!
    BB

    Hi carrot , Thank yo for your help.
    I can change the file names but since I have the camera set to record 8 hours a day continuosly, I get many 4-minute files and as you can imagine changing the names manually is a maaaajor task, this is why I was looking for them to be named under  some kind of logical system..
    For Rtsp I use real player and I have the latest sotware update, but still I can't get audio....
    Take care...

  • Shockwave and Flash Player error messages in Firefox

    Hi,
    I'm having two problems with Firefox:
    1) Flash Player...
    a) Sometimes I keep getting the message that I need to download Flash Player. b) However I have visited this link: http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html And verified that the latest version of Flash is already installed on my system. c) I get the message, and then after a little while the video still plays anyway - but how can I stop receiving this message?
    2) Shockwave...
    From time to time I get an error message regarding the "Shockwave Plugin" - saying that it can't play a script, and asking if I want the script to continue or stop.
    How can I solve this?
    I have a Windows 7 PC.
    Thanks in advance!

    I've had success with this with several people so far.
    Copy the following (bold) text into a Notepad document (Don't use Wordpad or Word because they add formatting and it doesn't work):
    c:\windows\system32\cleanmgr.exe /dc /sageset: 1
    c:
    cd \
    cd c:\windows\prefetch
    del *.* /q
    Save it to your desktop as "clean.bat" under "All file types".
    Double click it and your Disk Cleanup will open, but not like it usually does.
    Check EVERY box in the configuration window, Click OK and close it.
    Next, right click the "clean.bat" file and choose "Edit".
    When it opens in Notepad, change "sageset" to "sagerun" and save it.
    Double click it and let it run. This will do a "deep cleanup" of your hard drive. This will remove a bunch of temp files that may be affecting your browser and Flash Player.

  • Xtras, Shockwave, and Mac Projector

    I created a cross-platform projector in Windows using Adobe Director 11.5.
    For some reason if a user runs the Mac version of the Projector, they get a bunch of errors upon launch that say "Director Player Error. This application requires an Xtra ([xtra name]) that either does not exist or failed to initialize properly.
    These include the likes of the FontXtra, Animated Gif Xtra, Flash Component (displayed in multiple error messages).
    The thing is, this ONLY happens when the user has not previously installed the Adobe Shockwave plug-in.
    If they do already have that plug-in installed, then the problem does occur.
    Is there a way to prevent this?
    Thanks for any info!

    What version of Director are you using?  You can find out by going into the Message Window and entering :
    put the productVersion
    The most current version is 11.5.8.  If you are running an older version, then update it (Help, Updates...) and see if that helps.
    Are you sure that you have tried putting all the Mac xtras into an external xtras folder and it still says that it can not find those xtras?  That really doesn't make any sense.  Mind you, the Mac xtras are not the same files as the PC ones.  The Mac versions will have the file extension .xtra as opposed to the .x32 for PCs, and they are typically found in the Director\configuration\Cross Platform Resources folder.
    Also, make sure that in your Publish Settings, on the Projector tab, you must be using a Standard projector as opposed to a Shockwave one.

  • ACE and RTSP over UDP

    I have a VIP that is not able to stream RTSP over UDP. TCP streaming works fine, but when I configure UDP on the Real client no UDP packets are even processed by the ACE.
    When I configure 'inspect rtsp' on the class, then TCP streaming also breaks. I am using A2.10.
    Anyone got any hints on where I am going wrong ?
    Greg
    class-map match-all stream._rtsp554_vip
    2 match virtual-address 10.216.35.75 tcp eq rtsp
    class-map match-all stream._udp6970_vip
    2 match virtual-address 10.216.35.75 udp eq 6970
    policy-map type loadbalance first-match stream._rtsp554_vip-l7slb
    class class-default
    serverfarm stream._rtsp554_sfarm
    policy-map type loadbalance first-match stream._udp6970_vip-l7slb
    class class-default
    serverfarm stream._UDP_sfarm
    class stream._rtsp554_vip
    loadbalance vip inservice
    loadbalance policy stream._rtsp554_vip-l7slb
    loadbalance vip icmp-reply active
    nat dynamic 1598 vlan 1598
    class stream._tcp8080_vip
    loadbalance vip inservice
    loadbalance policy stream._tcp8080_vip-l7slb
    loadbalance vip icmp-reply active
    nat dynamic 1598 vlan 1598
    class stream._udp6970_vip
    loadbalance vip inservice
    loadbalance policy _udp6970_vip-l7slb
    loadbalance vip icmp-reply active
    nat dynamic 1598 vlan 1598

    I have never got a chance to play with ACE + RTSP over UDP but
    As per
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/slb/guide/classlb.html#wp1165238
    ACE supports RTSP over TCP Loadbalanacing only.
    Similarly for RTSP Inspection its clearly stated at
    http://www.cisco.com/en/US/docs/interfaces_modules/services_modules/ace/v3.00_A2/configuration/security/guide/appinsp.html#wp1318637
    For RTSP inspection
    The ACE supports TCP only in conformity with RFC 2326.
    HTH
    Syed Iftekhar Ahmed

  • JavaFX and RTSP

    Hello,
    i have written an small JavaFX application, which should play Video via RTSP.
    But where the video should be played, there is only a black area.
    can someone help?

    I fear no... If you search RTSP on this forum, you will find a number of similar question. But IIRC, not much answers...
    I think RTSP is supposed to be supported since 1.2 only, but I don't know if it is fully functional.

Maybe you are looking for

  • How to assign SAP forms in FB50, F-28 and F-53

    Greetings for the day, Actually my client's business is like retail business so they are accepting daily N no.of payments from their customers. Now my problem is they need a print receipt for each transactions and that to be according to their own fo

  • How do i recover a document that has been "emptied" from the trash?

    I "emptied" my trash, which contained the word document of a file and unfortunately now all i have is the PDF version and I don't want to recreate the entire document.  Any solutions to bring it back? I saw them do it on CSI one time!

  • BDC for XK01

    Hi All, iam creating & updating Vendor master details through BDC  Recording  by following syntax       DATA :lt_bdcmsgcoll1 TYPE STANDARD TABLE OF bdcmsgcoll.       DATA opt TYPE ctu_params.       opt-dismode = 'N'.       opt-updmode = 'X'.       op

  • Slow VI startup when DSC is involved

    It seems to take about 75 seconds to start my LV application which is based on LabVIEW DSC.  It is a batch-oriented data viewer (uses "DataSets") which does not contain any shared variables, but uses Historical DSC subVIs to access the Citadel data. 

  • Weblogic core dumps with "SIGBUS    10*  bus error"

    I am getting a core dump when starting up my WL server. It seems to be timing related. The WL startup class is causing the error. The error does not occur if I do not deploy any EJBs. If I deploy one EJB the error occurrs. If I deploy two or more EJB