Zoltan Hajdu

Results 3 issues of Zoltan Hajdu

The server tries to send the RTP packets via UDP to the announced ports, but they never reach the client. **Fix:** ![image](https://user-images.githubusercontent.com/4547445/64253405-8abaa600-cf1d-11e9-8b71-620374430e3a.png) Its just a POC but it works.

Normally it would be done as: > $twig->addExtension(new \Salva\JshrinkBundle\Twig\Extension\JshrinkExtension()); This gives the following error: > Message: Too few arguments to function Salva\JshrinkBundle\Twig\Extension\JshrinkExtension::__construct(), 0 passed I think it requires the cache...

Please alter the symfony/assetic-bundle to symfony/webpack-encore-pack package since its deprecated and no longer maintained. > Package symfony/assetic-bundle is abandoned, you should avoid using it. Use symfony/webpack-encore-pack instead. Thank you!