0.25 Airplay Missing?

I've followed the instructions from http://www.mythtv.org/wiki/AirTunes/AirPlay

But cant get any airplay support in the Mythdora frontend, when comparing the compiled in options there are quiet a few differences

Mythdora		Mythbuntu
linux	        	linux 
release 		{missing}
{missing}        	profile 
use_hidesyms 		use_hidesyms 
using_alsa 		using_alsa 
using_jack 		{missing}
using_oss 		using_oss 
using_pulse 		using_pulse 
using_pulseoutput 	using_pulseoutput 
using_backend 		using_backend 
using_bindings_perl 	using_bindings_perl 
using_bindings_python 	using_bindings_python 
using_bindings_php 	using_bindings_php 
{missing}		using_crystalhd 
using_dvb 		using_dvb 
using_firewire 		using_firewire 
using_frontend 		using_frontend 
using_hdhomerun 	using_hdhomerun 
using_ceton 		using_ceton 
using_hdpvr 		using_hdpvr 
using_iptv 		using_iptv 
using_ivtv 		using_ivtv 
using_joystick_menu 	using_joystick_menu 
{missing}		using_libcec 
using_libcrypto 	using_libcrypto 
using_libfftw3 		{missing}
{missing}		using_libdns_sd 
using_libxml2 		using_libxml2 
using_libudf 		{missing}
using_lirc 		using_lirc 
using_mheg 		using_mheg 
using_opengl_video 	using_opengl_video 
using_qtwebkit 		using_qtwebkit 
using_qtscript 		using_qtscript 
using_qtdbus 		using_qtdbus 
using_v4l2 		using_v4l2 
using_v4l1 		{missing}
using_x11 		using_x11 
using_xrandr 		using_xrandr 
using_xv 		using_xv 
using_bindings_perl 	using_bindings_perl 
using_bindings_python 	using_bindings_python 
using_bindings_php 	using_bindings_php 
using_mythtranscode 	using_mythtranscode 
using_opengl 		using_opengl 
using_vaapi 		using_vaapi 
using_vdpau 		using_vdpau 
using_ffmpeg_threads 	using_ffmpeg_threads 
using_live 		using_live 
using_mheg 		using_mheg 
{missing}		using_libass 
using_libxml2 		using_libxml2
using_libudf	 	{missing}

I'd think the main missing one would be using_libdns_sd ? but libcec support would be nice

I built -3 rpms and installed

I built -3 rpms and installed the library in the build environment for libdns_sd. See if they work any better.

Hi Ryan,Appears there been

Hi Ryan,

Appears there been some fixes to the airplay code backported to 0.25-fixes any chance of a new build?

I'm still walking through the dependancy hell of getting my build environment setup :(

Partially working for me

Partially working for me after the -3 upgrade.

I was able to send a Youtube video from an ipad to the front end.
I wasn't able to send photos from the ipad (received some errors about "no session id in http request")
I wasn't able to send music from itunes on a pc (haven't got any music on the ipad). I'm not sure if streaming music from itunes should work yet or not. I have got the RSA key in the correct spot.

I also have the latest xbmc installed and can do all of the above.

Ben

I dont think mythtv is yet to

I dont think mythtv is yet to support photos, only video and audio from what everyone's been talking about, might be a better question for the mythtv-users mailing list.

I'm still having issues as its only showing up as audio only even though I have specified the below export in my /usr/share/mythdora/mythfrontend.sh

export MYTHTV_AIRPLAY="1"

Haven't had a chance to play how did you specify this benh?

just typed it into a terminal

just typed it into a terminal and then started the frontend.

I will have to set it somewhere at startup (assuming it only needs to be done once per boot).

Ben

Thanks Ryan will give this a

Thanks Ryan will give this a try tonight.

libcec support would be good too also others might want crystalhd support, I'd look to purchase one of the CEC devices if it was enabled.

I'm still trying to build my own build environment however I haven't been able yet to locate librtmp-devel

Also is there likely to be a new mythdora rpm update with the changes to becheck and a working /usr/share/mythdora/mythfrontend.sh

although the RPMFusion-mythfrontend.desktop might fix one problem but auto launch on boot would be nice, I thought I found the issues with the script but still its not working

I'll see about getting an

I'll see about getting an updated mythdora rpm put together. I have yet to upgrade my own machines so I don't have a test base. I'll setup a dummy vm if I have some time and see if I can work out the startup issues.

ryan

also a fix for logrotate will

also a fix for logrotate will be required to counter the new logging format :(

From http://www.mythtv.org/wiki/Logging I found this

https://github.com/MythTV/packaging/blob/master/Gentoo/media-tv/mythtv/files/logcleanup.py

but maybe a fix exists in the FPMfusion package?

http://www.gossamer-threads.com/lists/mythtv/users/515095

In the other thread on

In the other thread on updating, a poster mentioned to change the log path. This worked on ours and the frontend loads now on bootup, and it does log correctly. Oh and the desktop shortcut loads the frontend correctly as well.

Thanks for that found I had a

Thanks for that found I had a typo in /etc/sysconfig/mythfrontend

FRONTOPTS='--verbose important --logpath /var/log/mythtv/'

Missed the ' at the end Opps it should work now :)