-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81ccb2c
commit a877fc5
Showing
8 changed files
with
57 additions
and
3,361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,20 @@ | ||
sudo sysctl -w net.core.rmem_default=2097152 | ||
Copyright 2013 | ||
|
||
Welcome to the Piracast project. | ||
|
||
Limitation: | ||
1. Only works with TP-Link dongle. | ||
2. No HDCP support (cannot remote Netflix or Google Music). | ||
|
||
To install: | ||
1. Install the dongle driver in env/ | ||
2. Install DHCP server | ||
|
||
To compile the project: | ||
1. cd target | ||
2. make app | ||
|
||
To run Piracast: | ||
1. cd scripts | ||
2. sudo python main.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
#if !defined(AUDIO_SINK_H) | ||
#define AUDIO_SINK_H | ||
|
||
|
||
extern void sx_audio_sink_init( | ||
void | ||
); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.