Search found 5 matches

by mendocinotim
Sat Oct 15, 2011 8:07 am
Forum: Multimedia
Topic: QuickTime Audio From a Server
Replies: 10
Views: 10591

Re: QuickTime Audio From a Server

Bernd,

Sorry, but I just found your reply here -

I see you got back to me in September, but I was never notified by this forum, of course.
I apologize, and thank you very much for the thoughtful reply.

Wow!!
I can see I was WAY over simplifying 'the way to do this.
I'll give your code a try.
by mendocinotim
Tue Sep 20, 2011 3:57 pm
Forum: Multimedia
Topic: QuickTime Audio From a Server
Replies: 10
Views: 10591

Re: QuickTime Audio From a Server

Hi mendocinotim, you need to set the filename (as the name says :D ) to a FILE, that means an external movie file! This is not possible with "imported" sounds! Add the "mov" file to your stanalone in the "standalone builder settings" -> "Copy files"! Best Klaus Sorry - I don't understand what you a...
by mendocinotim
Tue Sep 20, 2011 3:50 pm
Forum: Multimedia
Topic: QuickTime Audio From a Server
Replies: 10
Views: 10591

Re: QuickTime Audio From a Server

Hi Tim, could you try to convert it in QuickTime Player Pro 7 to m4v? If you load an audio file in the QT-Player and then do an export you have the option for iPhone or iPad. Both propose m4v as format. A quick google search suggests that only special players on the iPad support m3u. You could try ...
by mendocinotim
Tue Sep 20, 2011 2:47 am
Forum: Multimedia
Topic: QuickTime Audio From a Server
Replies: 10
Views: 10591

Re: QuickTime Audio From a Server

I've had generally good experiences setting the filename property of a player object to the URL to the stream. Is that not working for you? I dragged a player object onto the card, and scripted the player with the following line of code.. set filename of me to "hteeteepee://173.164.157.129:8101/lis...
by mendocinotim
Mon Sep 19, 2011 11:22 pm
Forum: Multimedia
Topic: QuickTime Audio From a Server
Replies: 10
Views: 10591

Re: QuickTime Audio From a Server

I second this request..

In my case I send out a Nicecast stream - the file extension is .m3u (which is compatible with the QT player on my Mac).
I too would like to know about compatibility issues in an iOS device - since I plan to write an App that will play this stream.