Skip to content

Commit

Permalink
Fix: reset header in rtmp source
Browse files Browse the repository at this point in the history
  • Loading branch information
zijiren233 committed Oct 10, 2023
1 parent 36d9804 commit 79ebc2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MoviePush.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ const selectPushType = () => {
case pushType.RTMP_SOURCE:
newMovieInfo.value.proxy = false;
newMovieInfo.value.live = newMovieInfo.value.rtmpSource = true;
newMovieInfo.value.headers = {};
}
newMovieInfo.value.type = movieTypeRecords.get(selectedMovieType.value)!.defaultType;
};
Expand Down

0 comments on commit 79ebc2a

Please sign in to comment.