Skip to content

Commit

Permalink
Fix transcoding module
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis Plakas committed Jun 21, 2023
1 parent d53a421 commit 4b43fc7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion video-stream-transcoding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>opencv</groupId>
<artifactId>opencv</artifactId>
<version>4.5.0</version>
<version>4.5.4</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Kafka properties
bootstrap.servers=localhost:9092
bootstrap.servers=212.101.173.176:29092
kafka.acks=all
kafka.retries=1
# 20 MB
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
KAFKA_TOPIC=video-stream-event
BOOTSTRAP_SERVERS=0.0.0.0:9092
BOOTSTRAP_SERVERS=212.101.173.176:29092
FLINK_PARALLELISM=3
ACKS=all
RETRIES=1
Expand Down

0 comments on commit 4b43fc7

Please sign in to comment.