Skip to content

Commit

Permalink
example updated
Browse files Browse the repository at this point in the history
  • Loading branch information
samirkumardas committed Nov 14, 2020
1 parent 4d4706e commit b339ea7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ jmuxer.feed({
/*
Streaming is also possible. Please check the example files for more details
*/
let h264Feeder = getFeederStreamSomehow();
let h264_feeder = getFeederStreamSomehow();
let http_or_ws_or_any = getWritterStreamSomehow();
h264Feeder.pipe(jmuxer.createStream()).pipe(http_or_ws_or_any);
h264_feeder.pipe(jmuxer.createStream()).pipe(http_or_ws_or_any);
```

Expand Down

0 comments on commit b339ea7

Please sign in to comment.