GithubHelp home page GithubHelp logo

firelizzard18 / airstream-media-player Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 364 KB

Automatically exported from code.google.com/p/airstream-media-player

License: GNU General Public License v2.0

C# 100.00%

airstream-media-player's People

Contributors

tomthorpe avatar

Watchers

James Cloos avatar

airstream-media-player's Issues

Cannot start server : only one usage of each socket

What steps will reproduce the problem?
1. Opening AirStream Player

What is the expected output? What do you see instead?
I should see a blank screen, because I have not connected anything.
I see a dialog box saying :Cannot start server : only one usage of each socket

What version of the product are you using? On what operating system?
1.1 on Windows 8 Pro

Please provide any additional information below.
I am using ESET Smart Security 4

Original issue reported on code.google.com by [email protected] on 9 Feb 2013 at 1:28

iOS 4.3

What steps will reproduce the problem?
1. Youtube, safari, music shows no airplay icon 
2. Works well with Camera Roll
3. Nicejob

What is the expected output? What do you see instead?
Nothing

What version of the product are you using? On what operating system?
airstream 1.1 , iphone 4 ios 4.3.2

Please provide any additional information below.
Continue your works. We need something like this

Original issue reported on code.google.com by [email protected] on 15 Apr 2011 at 2:36

execute external command before and after playing stream

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
Is it possible to execute a (configurable) command when Airstream Player 
receives a new video? With this function it would be possible to stop another 
player (i.e. TV software). Same after playback ends.

What version of the product are you using? On what operating system?
Ios 4.3

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 19 Jun 2011 at 8:50

airplay video ios5 support please

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 17 Oct 2011 at 1:45

Scrubbing not working on french culture info

Fixed it, just change this line of code int Publish_GUIThreadSafe.cs line 122:

quicktimePlayer.Movie.Time = (int)Convert.ToDouble(parameters[0]) * timescale;

TO ->

quicktimePlayer.Movie.Time = (int)double.Parse(parameters[0], 
CultureInfo.InvariantCulture.NumberFormat) * timescale;

And add "using System.Globalization;".

-Cactus

Original issue reported on code.google.com by [email protected] on 6 May 2011 at 2:16

Airplay for songs

What steps will reproduce the problem?
1. Open iTunes.
2. Open AirStream Media Player
3. Play audio file

What is the expected output? What do you see instead?
I expect iTunes will show the airplay icon to let me play on the remote 
computer. However, airplay option is only shown when a video is being 
reproduced. I would like airplay support for audio files also.

What version of the product are you using? On what operating system?
airstream-media-player 1.1, tested in both Windows 7 and Windows XP.

Please provide any additional information below.
Great program. Video stream works nice.

Original issue reported on code.google.com by [email protected] on 9 Apr 2011 at 8:37

iOS 5

What steps will reproduce the problem?
1. iphone 4s, iphone 3gs, ipad 2
2. all on ios 5.0.1
3. air stream player does not show up as an airplay target on the device's 
media player

What is the expected output? What do you see instead?
well, cannot stream video to a windows pc.

What version of the product are you using? On what operating system?
v1.1, windows 7


Original issue reported on code.google.com by [email protected] on 21 Jan 2012 at 5:36

Able to have the application to force its way to Top when running other full screen applications

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
To be able to run an applications and upon airplaying something the background 
AirStream software will pop to the from of the other application.

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 3 Aug 2011 at 4:29

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.