# How to get video stream at server?

**URL:** https://discourse.lynckia.com/t/how-to-get-video-stream-at-server/519
**Category:** Uncategorized
**Created:** [June 24, 2017, 5:19pm UTC](https://discourse.lynckia.com/t/how-to-get-video-stream-at-server/519 "2017-06-24T17:19:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![dn8034](https://avatars.discourse-cdn.com/v4/letter/d/9de053/32.png) [@dn8034](https://discourse.lynckia.com/u/dn8034)
#### Post date: [June 24, 2017, 5:19pm UTC](https://discourse.lynckia.com/t/how-to-get-video-stream-at-server/519/1 "2017-06-24T17:19:25Z")

</div>

Hi there First of all GREAT WORK!!. I need to perform Natural Language Processing on the audio stream of users that are present in a specific room. I did took a look at the documentation but couldn’t find any thing that is helpful to my cause. So is it possible to achieve something like this with Licode? If yes then please guide me here  
Thanks

---

<div class="post-metadata">

### Author: ![zevarito](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.lynckia.com/zevarito/32/52_2.png) [@zevarito](https://discourse.lynckia.com/u/zevarito)
#### Post date: [June 26, 2017, 1:26pm UTC](https://discourse.lynckia.com/t/how-to-get-video-stream-at-server/519/2 "2017-06-26T13:26:51Z")

</div>

I’d suggest to look for how ExternalOutput is implemented and how it is  
added by the Javascript API. You probably will end writing a custom class  
that receive RTP media packets and forward them to some other service that  
does ML for you.

---

<div class="post-metadata">

### Author: ![andy](https://avatars.discourse-cdn.com/v4/letter/a/aeb1de/32.png) [@andy](https://discourse.lynckia.com/u/andy)
#### Post date: [November 6, 2017, 9:03am UTC](https://discourse.lynckia.com/t/how-to-get-video-stream-at-server/519/3 "2017-11-06T09:03:06Z")

</div>

Did anyone figure this out yet??
