Alejandro Rosas

Results 5 comments of Alejandro Rosas

yes @achimnol sorry for the delay, the schema is sth like: ``` custom_table = Table( 'custom_table', metadata, Column('custom_id', Text, primary_key=True), Column('payload', JSONB), Column('created_at', DateTime(timezone=True), nullable=False, server_default=text("now()")) ) ``` and the...

@sharish any update about releasing a new version?

@rob729 forked the project and created a new version including this. https://github.com/alejandrorosas/ShimmerRecyclerView

it looks that the library we're using here (https://github.com/pedroSG94/RootEncoder) has been updated with SRT support in beta, so yes if we update it we could have it

what's the setup you have on your server? Last time I was using it with nginx rtmp everything was working fine