Live-media-2006.10.12a-1

live-media is "A set of C++ libraries for multimedia streaming" especially usefull with RTSP Servers.
As I was going to compile mplayer with stream support on Arch 64, I noticed that live-media in /extra is outdated : 2006.03.03 when 2006.10.12a is available.
New version supports stuff like H264VideoRTPSink for transmitting H.264/RTP streams, updated H364VideoRTPSink, MPEG2TransportStreamFromESSource.
Here a proposal for an updated PKGBUILD:
# Maintainer : Aaron, phrakture, Griffin <aaron>
# Contributor: Gilles CHAUVIN <gcnweb>
pkgname=live-media
pkgver=2006.10.12a
pkgrel=1
pkgdesc="A set of C++ libraries for multimedia streaming"
arch=(i686 x86_64)
url="http://live555.com/liveMedia/"
depends=('gcc')
source=(http://live555.com/liveMedia/public/live.$pkgver.tar.gz)
md5sums=('5d6578fa37af15b1c85edf65b0f23a48')
(as I changed only the version & md5sum, I kept Contributor as it was)
It compiled & installed fine, namcap says nothing. dunno why mplayer complains about "missing" 'liveMedia.hh' & other '.hh' libs as they _are_ in /usr/lib/live-media/ !

This live-media allows to listen rtp/rtsp stream with vlc or mplayer. Question is how to create such a stream with arch box? Like now I use mpd and icecast to do http streaming, which can be only listened from one source at the time due to different delays.
I would like to have synchronized audio from 3 boxes running mplayers in my house. Mplayer is required as xbox uses mplayer. I cannot find a player and streamer combination that could do rtp/rtsp stream.
I could not get this to work http://www.live555.com/mediaServer
Apple darwin streaming server looks a bit difficult to build ( http://www.streamingmedia.com/tutorials … ial_id=143 ).
Flumotion did not seem to have rtp support included yet or does gstreamers rtp support work?
Suggestions?
Last edited by Purch (2007-03-05 17:37:05)

Similar Messages

  • Mplayer and live-media

    Just a suggestion for mplayer in testing. Make it depend on live-media and compile with --enable-live --with-livelibdir=/usr/lib/live-media/
    Although I still can't watch the MacWorld Expo stream from here: http://www.apple.com/quicktime/qtv/mwsf05/   :cry:

    Live directory's in /usr/lib/live/liveMedia in my box, wich has live 2006.01.05-1 & mplayer-cvs compiled with live support.
    Modified PKGBUILD :
    --enable-live --with-livelibdir=/usr/lib/live
    Still I cannot play that stream neither

  • My MacBook cannot resolve the alias when attempting to connect to LAN wired devices (WD Live Media Centre), and says operation can't be comp-leted because the original item can't be found.???

    I have 2 WD Live Media Centre devices hard-wired on my LAN. My MacBook can find these devices on the network, but when it tries to access the USB drive which is attached to the media centres, a message says the Mac it "resolving the alias to USB drive", but then says operation can't be completed because the roiginal item (USB Drive) can't be found. My PC, which is also hard-wired on the network, has no problem accessing these USB drives. Is there some adjustment I need to make?

    Well, try this (I was able to fix my with these steps):
    Go Utilities > Disk Utility
    Select your Startup Disk, e.g. Macintosh HD
    Then, under the First Aid Tab, click Verify Disk Permissions.
    If there are errors, then click repair Disk Permissions.
    After it is done, restart the computer and see if your problem is resolved.
    I hope this help.
    Zeke
    www.ZekeYuen.com/blog/

  • Live media encoder not recognizing my camera

    I am working on a MacBook Pro with a Sony PMW-EX3 HD camera connected through iLink with a Firewire 800.  My iMovie recognizes the camera, so I know it is not the computer.  However, in Live Media Encoder 3,1, I am not allowed to choose my Sony camera for input.  It is like Live Media Encoder does not recognize the camera.
    Any ideas?

    I'm sure you checked this but just in case...
    Is the camera on or in the mode to output to firewire when you have it connected to FMLE?  I also have experienced devices not showing up when connected when the device is not on or sending out a picture.  They also don't show up usually when you connect it or turn it on when FMLE is already running (which can be fixed by closing it and restarting the program).

  • Can Adobe Live Media Encoder encode with Left audio only?

    Hi all,
    I have a live feed video that contain dual audio (left = Englisg, right = Chinese).
    Can i use Adobe Live Media Encoder to encode with English audio mono ONLY so that FMS can stream it to user with left&right = English audio?
    Thank you.

    Are you  talking about Adobe media Live encoder and "Adobe media Server"...Just can publish from "Adobe media Live encoder"  and publish to "Adobe media server"..
    This is a adobe media server forum...and your question it seems lies in the domain of encoders.

  • Adobe Flash Live Media Encoder

    Hi,
    I'm having a situation with Adobe Flash Live Media Encoder 3.2:
    Please enter Primary URL in rtmp[t]://hostname:[portno]/applicationpath  format. Special characters in URL are not allowed.
    URL is provided by a third party website, but it accomplishes with this parameters, How can I get this working?
    Thanks in advance.

    FMLE will work with all devices which have direct show based drivers and give data in raw format. Here is a list of devices which have been tested and certified with FMLE - http://www.adobe.com/support/documentation/en/flashmediaencoder/FMLE_DeviceMatrix3.0.pdf

  • Larch 5.3. Kernel panic in produced live media with new mkinitcpio 0.6

    After updating to new mkinitcpio 0.6.x, any Larch 5.3 live media produced, does not boot, but hangs in a kernel panic.
    Perhaps gradgrind, you should have a look at it.
    Last edited by wantilles (2010-02-14 15:53:28)

    I don't think I'll have time to look after fixing larch-5 any more. If anyone is desperate to keep this branch alive, please contribute code!
    My next priority will be to get larch-7 working with the new mkinitcpio.

  • Capture and transmit live media

    I am doing a project that capture live media from a capture device and transmit it to a client. Currently I can capture and transmit, but the problem is when I start transmit, the local player stops playing. If I clone datasource and use the cloned datasource for transmitting, the local player does not stop after it starts transmitting, but the remote site can't receive any stream. In short, my problem is I can't make the local and remote sites play captured media simultaniously. I tried JM Studio and it works, but I can't understand how they implement it. It seems that they didn't use cloned datasource. Anyone who have this kind of experience please help me. Thanks a lot.

    If you want to display video while transmiting it you can use the MonitorControl. Consult the jmf guide and solutions or this same forum.
    But MonitorControl can be a complex solution, specially if you want to monitor video+audio.
    You can also use clones. You need undestand that the clones depend of its original datasource, so this origin have to be connected to the clone works. Consult google or this same forum to more info.
    Regards.
    Julio.

  • Capture Card for Flash Live Media Encoder

    Hello,
    I need help finding the best capture card for the flash live media encoder. Any suggestions?

    The problem you have is that your game and FMLE are competing for CPU time.  Running FMLE is very CPU-intensive because of the work of encoding video.  When FMLE consumes all your CPU there is nothing left to run the game.  Instead of cropping I would suggest that you change your monitor resolution to 1280x720 (this is still HD, just not 1080 "full HD").  Increasing the screen size then cropping it back down is just another task you are throwing at the CPU that it can't cope with.

  • Is the Flash Live Media Encoder 3.2 compatible with MAC Yosemite?

    I am trying to download the Flash Live Media Encoder 3.2. I can download the file but when I try to open it, I get an error message that says "Image not recognized."
    Is this media encoder compatible with Mac OS X Yosemite (10.10.2)? If not, are there any work arounds?
    Thanks for your help!

    Hi Aaron,
    Thread on Apple Support Communities:  https://discussions.apple.com/thread/3758993
    As per the above thread, it would generally happen if the file is corrupt or in case of an unsuccessful download. I would appreciate if you could attempt another download and see if it helps. Meanwhile, I shall try researching at my end for a conclusive answer.
    Regards,
    Diana

  • Using WRT610N / WUSB600N with WD TV Live Media Player - please help

     It's quite incredible, but I am so lost here... spent 6 hours with WD and Linksys tech support online... and still no answers.
     Running Windows 7 Ultimate (64-bit) with WD TV Live, which has the Linksys WUSB600 dual-band wireless-N USB adapter plugged in. My PC has no user accounts / passwords so there are ni profiles.
     I followed the setup / installation instructions from this link:
    http://community.wdc.com/t5/Networking/Enable-Network-Shares-on-WD-TV-Live-amp-Windows-7-amp-Vista-3... 
    Worked like a charm - for 4 days.
    Earlier today, I decided to "upgrade" my old Linksys WRT300N router to the WRT610N new one, so that I can have better streaming with the dual-band. Here is the bottom line: When I now go to "shared networks", I only see the router itself listed. There are no more network shares foldere/directories that were working perfectly with WRT300N. So I decided to "go back" to the WRT300N, and guess what, the network shares dissapeared there also. The WRT300N router is not shown.
    I have tried (and not limited to the following):
    Factory reset my WD HD Live and re-setup from scratch
    re-created the network share folders on the PC re-set advanced sharing settings / media streaming / sharing parameters, etc...
    Uninstalled / re-installed the ETHERNET drivers on my PC REPLACED the WRT610N router with another one (swaped at the store I bought yesterday)
    Disabled Windows 7 firewall/ Kaspersky 2010 antivirus and buit-in firewall of WRT610N
    tried Auto login to network share > On / Off, cleared cache...
    and many other things and still no go
    I do know that the WRT610N is seen by WD HD Live because I am able to stream Youtube videos without a problem and I am able to ping 192.168.0.103 (WD HD Live) from my PC. Also, . the WDTV Live icon is displayed under Network / Media Devices. My Linksys WRT610N is displayed under Network / Network Infrastructure.
    I am at a loss of words.... why would it work fine for 4 days, then when I try to change the router.... it breaks everything. Any ideas?!?!?

    I would advise you to use Media Servers through any of the free media server software out there, until WD comes with a fix for Network Sharing. I tried everything to get Network Sharing work on the WD TV Live (with Windows XP), but to no avail. Sometimes, it would work without any hitch and I could actually finish watching a movie or two in a row. But most times it would just disconnect or even not see my WinXP machine.
    But through Media Servers I haven't had any issues so far and it is quite easy to set up. Just install a media server software on your PC, add some folders to it and you are ready to go. I, myself, use TVersity (the free version) and it works fine. Another free one is Wild Media Server. Just to name a few.
    Keep in mind to disable transcoding in the media server software, as WD TV Live can render most of the common formats itself (see its supported formats).
    The WRT610N also has a built-in media server that turns the USB drive attached to it into a NAS. You will need to turn on uPnP.
    So you could use that too either instead of or along with the media server running on your PC.
    Message Edited by Stoic on 01-22-2010 07:50 AM

  • Live Captioning from Line 21 to onCaptionInfo with Live Media Encoder 3.2

    We are a government broadcast facility charged with broadcasting live meetings via the internet. We need to upgrade our available video to provide Flash, but everything needs to be captioned. Our live captions are done via a caption encoder that embeds on Line 21. We currently are SD only and don't caption HD live. My research indicates that for closed captioning in a flash environment, the captions need to be embeded in the onCaptionInfo metadata. It appears that the Flash Media Server supports this, but I don't see any way to tell the Adobe software encoder to do this.
    I'm currently testing with Brightcove as a CDN, and they do support onCaptionInfo in their player. If the data is present, a CC button will appear in their player. So far in my tests, I haven't been able to provide this metadata for the player to interpret. I've even tried shifting lines through a frame sync on the fly anywhere from -4 to +4 to no avail.
    Am I missing something? Can the Adobe encoding software even do this? Does anyone know how to get Line 21 caption data passed to onCaptionInfo? I can see that line 21 is being passed through but apparently the flash players don't know what to do with it.
    Thanks.

    As far as i know onacptioninfo needs to enabled on the server as stated on the following link
    http://help.adobe.com/en_US/adobemediaserver/devguide/WS5262178513756206232b27a91396cda04c 9-8000.html
    I am not sure on how it works on live streaming but on VOD the closed captioned are embeded into mp4 with software such as captionmaker for adobe media server to stream it later on.
    I believe i read that the closed caption are imputed via adobe media live encoder, but i am not sure about it....
    I hope it helps and i would like to know how it gets done once you find out!

  • Flash Live Media and Axis streaming assitant

    I am trying to use Flash Media live encoder with Axis streaming assistant with an Axis p5534 network camera. It seems to configure and find the camera ok but the stream does not start. It just does an hourglass with the Axis logo. Ajny ideas what might cause this?
    ~Steve

    Probably not. Programs would normally compete for such a resource, not share it.

  • How to stream live media in Lion server

    Even though Apple's website recommends QuickTime Broadcaster and Darwin server
    see http://www.apple.com/quicktime/extending/resources.html
    QuickTime Broadcaster  is not compatible with Lion server and Darwin server webpage appears fixed to 2008...4 years ago!
    So what is the solution now that I have Lion server?
    I want to stream  a live video feed  from my education lab so that students overseas can view. No audio is OK.
    QuickTime Broadcaster used to do the job fine...since 1998! Maybe I should reinstall 10.6 server?
    Thanks.
    Michael
    =

    Check out Wowza.
    Or look at Apple's replacement https://developer.apple.com/resources/http-streaming/ 
    You will need a dev account to get the tools and when this first came out it was the equivalent of rocket science.  I see that Apple has done some work to improve but we've never given it a second chance.

  • Live Media option for Magnifier / Screen Reader Makes No Difference

    Based on the GRUB menu that appears from the Live DVD and/or USB, two options are:
    Oracle Solaris 11/11 With Magnifier
    Oracle Solaris 11/11 With Screen Reader
    While these options are associated with different (-B assistive_tech) kernel commands in the GRUB menu, they appear to make no difference in the Live version of Solaris that is booted. All three have access to Orca in GNOME for both functions.
    So why do these options even exist, and what are they supposed to do?

    The difference should be what's enabled in the desktop session; without those options we don't automatically turn on the screen reader or magnifier in the session that's started, though obviously you can run them once you're into the desktop. There's also some extra audible prompting in the initial keyboard and language selection screens.

Maybe you are looking for