ffmpeg get 403 forbidden but the m3u8 link working fine at any other player as Kodi, VLC/desktop and apple tv
Gus, I got this puzzle going on. There is a m3u8 playlist with mutiple streams that works fine at any platform like kodi, vlc etc. I try to capture the lower resolution video stream as a record. Buy my command alway got error notice like:
Failed to set value '0:v:1' for option 'map': Option not found
By using ffmpeg -i
"resource" I can get the streams map like following:
Program 0
Metadata:
variant_bitrate : 488000
Stream #0:0: Data: timed_id3 (ID3 / 0x20334449)
Metadata:
variant_bitrate : 488000
Stream #0:1: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 426x240 [SAR 1:1 DAR 71:40], 30 fps, 30 tbr, 90k tbn, 60 tbc
Metadata:
variant_bitrate : 488000
Stream #0:2: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp
Metadata:
variant_bitrate : 488000 .........
I have tried the command following:
ffmpeg -i "video_source_playlist..." -map 0:v:1 -map 0:a:2 -c copy output.ts
And every time I am told that the value 0:v:1
is not the option for map
:
option not found
Someone can teach me how to set the right parameters of -map that I can make it work?
With many thanks!
ffmpeg streaming capture
add a comment |
Gus, I got this puzzle going on. There is a m3u8 playlist with mutiple streams that works fine at any platform like kodi, vlc etc. I try to capture the lower resolution video stream as a record. Buy my command alway got error notice like:
Failed to set value '0:v:1' for option 'map': Option not found
By using ffmpeg -i
"resource" I can get the streams map like following:
Program 0
Metadata:
variant_bitrate : 488000
Stream #0:0: Data: timed_id3 (ID3 / 0x20334449)
Metadata:
variant_bitrate : 488000
Stream #0:1: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 426x240 [SAR 1:1 DAR 71:40], 30 fps, 30 tbr, 90k tbn, 60 tbc
Metadata:
variant_bitrate : 488000
Stream #0:2: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp
Metadata:
variant_bitrate : 488000 .........
I have tried the command following:
ffmpeg -i "video_source_playlist..." -map 0:v:1 -map 0:a:2 -c copy output.ts
And every time I am told that the value 0:v:1
is not the option for map
:
option not found
Someone can teach me how to set the right parameters of -map that I can make it work?
With many thanks!
ffmpeg streaming capture
Q title does not match Q body. Run your command with -report added and share report file.
– Gyan
Jan 24 at 17:06
thank you so much @Gyan !! The report is very long, I am supposed it can't be pasted here at one piece.
– Michael Herr
Jan 24 at 17:23
Please try this lin to my report: autoclave210290568.files.wordpress.com/2019/01/…
– Michael Herr
Jan 24 at 17:40
Run the failing command with -report !
– Gyan
Jan 24 at 17:56
add a comment |
Gus, I got this puzzle going on. There is a m3u8 playlist with mutiple streams that works fine at any platform like kodi, vlc etc. I try to capture the lower resolution video stream as a record. Buy my command alway got error notice like:
Failed to set value '0:v:1' for option 'map': Option not found
By using ffmpeg -i
"resource" I can get the streams map like following:
Program 0
Metadata:
variant_bitrate : 488000
Stream #0:0: Data: timed_id3 (ID3 / 0x20334449)
Metadata:
variant_bitrate : 488000
Stream #0:1: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 426x240 [SAR 1:1 DAR 71:40], 30 fps, 30 tbr, 90k tbn, 60 tbc
Metadata:
variant_bitrate : 488000
Stream #0:2: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp
Metadata:
variant_bitrate : 488000 .........
I have tried the command following:
ffmpeg -i "video_source_playlist..." -map 0:v:1 -map 0:a:2 -c copy output.ts
And every time I am told that the value 0:v:1
is not the option for map
:
option not found
Someone can teach me how to set the right parameters of -map that I can make it work?
With many thanks!
ffmpeg streaming capture
Gus, I got this puzzle going on. There is a m3u8 playlist with mutiple streams that works fine at any platform like kodi, vlc etc. I try to capture the lower resolution video stream as a record. Buy my command alway got error notice like:
Failed to set value '0:v:1' for option 'map': Option not found
By using ffmpeg -i
"resource" I can get the streams map like following:
Program 0
Metadata:
variant_bitrate : 488000
Stream #0:0: Data: timed_id3 (ID3 / 0x20334449)
Metadata:
variant_bitrate : 488000
Stream #0:1: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 426x240 [SAR 1:1 DAR 71:40], 30 fps, 30 tbr, 90k tbn, 60 tbc
Metadata:
variant_bitrate : 488000
Stream #0:2: Audio: aac (LC) ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp
Metadata:
variant_bitrate : 488000 .........
I have tried the command following:
ffmpeg -i "video_source_playlist..." -map 0:v:1 -map 0:a:2 -c copy output.ts
And every time I am told that the value 0:v:1
is not the option for map
:
option not found
Someone can teach me how to set the right parameters of -map that I can make it work?
With many thanks!
ffmpeg streaming capture
ffmpeg streaming capture
edited Jan 24 at 18:02
TDK
33313
33313
asked Jan 24 at 16:37
Michael HerrMichael Herr
1
1
Q title does not match Q body. Run your command with -report added and share report file.
– Gyan
Jan 24 at 17:06
thank you so much @Gyan !! The report is very long, I am supposed it can't be pasted here at one piece.
– Michael Herr
Jan 24 at 17:23
Please try this lin to my report: autoclave210290568.files.wordpress.com/2019/01/…
– Michael Herr
Jan 24 at 17:40
Run the failing command with -report !
– Gyan
Jan 24 at 17:56
add a comment |
Q title does not match Q body. Run your command with -report added and share report file.
– Gyan
Jan 24 at 17:06
thank you so much @Gyan !! The report is very long, I am supposed it can't be pasted here at one piece.
– Michael Herr
Jan 24 at 17:23
Please try this lin to my report: autoclave210290568.files.wordpress.com/2019/01/…
– Michael Herr
Jan 24 at 17:40
Run the failing command with -report !
– Gyan
Jan 24 at 17:56
Q title does not match Q body. Run your command with -report added and share report file.
– Gyan
Jan 24 at 17:06
Q title does not match Q body. Run your command with -report added and share report file.
– Gyan
Jan 24 at 17:06
thank you so much @Gyan !! The report is very long, I am supposed it can't be pasted here at one piece.
– Michael Herr
Jan 24 at 17:23
thank you so much @Gyan !! The report is very long, I am supposed it can't be pasted here at one piece.
– Michael Herr
Jan 24 at 17:23
Please try this lin to my report: autoclave210290568.files.wordpress.com/2019/01/…
– Michael Herr
Jan 24 at 17:40
Please try this lin to my report: autoclave210290568.files.wordpress.com/2019/01/…
– Michael Herr
Jan 24 at 17:40
Run the failing command with -report !
– Gyan
Jan 24 at 17:56
Run the failing command with -report !
– Gyan
Jan 24 at 17:56
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1397994%2fffmpeg-get-403-forbidden-but-the-m3u8-link-working-fine-at-any-other-player-as-k%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1397994%2fffmpeg-get-403-forbidden-but-the-m3u8-link-working-fine-at-any-other-player-as-k%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Q title does not match Q body. Run your command with -report added and share report file.
– Gyan
Jan 24 at 17:06
thank you so much @Gyan !! The report is very long, I am supposed it can't be pasted here at one piece.
– Michael Herr
Jan 24 at 17:23
Please try this lin to my report: autoclave210290568.files.wordpress.com/2019/01/…
– Michael Herr
Jan 24 at 17:40
Run the failing command with -report !
– Gyan
Jan 24 at 17:56