Skip to content

Commit

Permalink
Add blog link for transcode.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Oct 21, 2023
1 parent a732570 commit 0240c91
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ui/src/components/TutorialsButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ function useTutorialsEn(mediumRef) {
const ref = React.useRef({tutorials:[]});

const dict = React.useRef({
'39bd001af02d': {
author: 'Winlin Yang',
link: 'https://blog.ossrs.io/efficient-live-streaming-transcoding-for-reducing-bandwidth-and-saving-costs-39bd001af02d',
title: 'Efficient Live Streaming Transcoding for Reducing Bandwidth and Saving Costs'
},
'c078db917149': {
author: 'Winlin Yang',
link: 'https://blog.ossrs.io/easily-stream-your-rtsp-ip-camera-to-youtube-twitch-or-facebook-c078db917149',
Expand Down
3 changes: 2 additions & 1 deletion ui/src/pages/ScenarioTutorials.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ export default function ScenarioTutorials() {
{id: '38be22beec57'},
{id: '2aa792c35b25'},
{id: 'ba1895828b4f'},
{id: 'c078db917149'}
{id: 'c078db917149'},
{id: '39bd001af02d'}
])
});

Expand Down

0 comments on commit 0240c91

Please sign in to comment.