Skip to content
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

Closed
wants to merge 3 commits into from

Conversation

linuxstb
Copy link
Contributor

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...

@ghost ghost assigned linuxstb Mar 31, 2013
@adamsutton
Copy link
Contributor

@linuxstb check with @andoma and @john-tornblom, but I don't see any reason to include once its cleaned up.

Adam

@pvagner
Copy link

pvagner commented Apr 11, 2013

I was always speculating about something like this.
My use case is that I might be able to save bandwidth while streaming. I am blind and if I am wathing or maybe better to say listening TV alone I dont need video displayed at all. Being able to only stream audio would be fantastic for example in conjunction with tvhguide for android.

@pvagner
Copy link

pvagner commented May 11, 2013

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.
What I would like to do is to encode the audio to vorbis or into he aac. I think both should be doable with ffmpeg or libav.
I know once the transcoding support gets merged it should become perfectly doable.
Is there a patch or something that I might be able to experiment with and possibly to get this functionality now or is it more complicated with transcoding?

@adamsutton
Copy link
Contributor

@linuxstb you still want this included? Does it need tidying up?

@linuxstb linuxstb removed their assignment Jun 7, 2014
const streaming_start_component_t *ssc;

has_audio = 0;
has_video = 0;
Copy link
Contributor

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...

@piotrasd
Copy link
Contributor

@linuxstb can i please rebase ... ?
@perexg any hope to add this to master ??

@piotrasd
Copy link
Contributor

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

@perexg
Copy link
Contributor

perexg commented Jan 13, 2017

Merged into 4.1 (Hypher) - 81056b1 , b848597

@perexg perexg closed this Jan 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants