New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raw audio stream muxer #263
Conversation
…o stream in the service and output the raw MP2/AC3/ADTS packets
|
@linuxstb check with @andoma and @john-tornblom, but I don't see any reason to include once its cleaned up. Adam |
|
I was always speculating about something like this. |
|
I am happyly using this. I have also tweaked tvhguide for android to include this muxer in its options and I can stream the audio over mobile internet. |
|
@linuxstb you still want this included? Does it need tidying up? |
| const streaming_start_component_t *ssc; | ||
|
|
||
| has_audio = 0; | ||
| has_video = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the has_video variable - it is not used...
|
i record many tvshows or movies just for audio (but alwayes i must manual extract from full record) so this is perfect solution, i hope @perexg you find time to add this |
b30f05b
to
1bd1564
Compare
This still needs a bit of cleanup, but it's working for me to stream or record the first audio stream in a service (i.e. a Radio station, but can also be used for recording/streaming audio from a TV channel) as a raw MPEG/AC3/AAC audio stream (i.e. no container at all).
NOTE: Please ignore the 6944425 commit, not sure how that got in here...